XCSF
1.4.7
XCSF learning classifier system
|
Configuration file handling functions. More...
#include "xcsf.h"
Go to the source code of this file.
Functions | |
void | config_read (struct XCSF *xcsf, const char *filename) |
Reads the specified configuration file. More... | |
Configuration file handling functions.
Definition in file config.h.
void config_read | ( | struct XCSF * | xcsf, |
const char * | filename | ||
) |
Reads the specified configuration file.
[in] | xcsf | The XCSF data structure. |
[in] | filename | The name of the configuration file. |
Definition at line 50 of file config.c.
References config_trim(), MAXLEN, and param_json_import().
Referenced by main().