XCSF  1.4.7
XCSF learning classifier system
main.c File Reference

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"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Main function for stand-alone binary execution.

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

Definition in file main.c.

Function Documentation

◆ main()

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().

Here is the call graph for this function: