XCSF
1.4.7
XCSF learning classifier system
|
Main function for stand-alone binary execution. More...
#include "clset.h"
#include "config.h"
#include "env_csv.h"
#include "pa.h"
#include "param.h"
#include "utils.h"
#include "xcs_rl.h"
#include "xcs_supervised.h"
#include "xcsf.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main function for stand-alone binary execution.
Definition in file main.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 35 of file main.c.
References config_read(), env_free(), env_init(), param_free(), param_print(), EnvCSV::test_data, EnvCSV::train_data, xcs_rl_exp(), xcs_supervised_fit(), xcsf_free(), xcsf_init(), and xcsf_load().