XCSF  1.4.7
XCSF learning classifier system
config.h File Reference

Configuration file handling functions. More...

#include "xcsf.h"
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void config_read (struct XCSF *xcsf, const char *filename)
 Reads the specified configuration file. More...
 

Detailed Description

Configuration file handling functions.

Author
Richard Preen rpree.nosp@m.n@gm.nosp@m.ail.c.nosp@m.om
Date
2015–2020.

Definition in file config.h.

Function Documentation

◆ config_read()

void config_read ( struct XCSF xcsf,
const char *  filename 
)

Reads the specified configuration file.

Parameters
[in]xcsfThe XCSF data structure.
[in]filenameThe name of the configuration file.

Definition at line 50 of file config.c.

References config_trim(), MAXLEN, and param_json_import().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function: