XCSF  1.4.7
XCSF learning classifier system
env.c File Reference

Built-in problem environment interface. More...

#include "env_csv.h"
#include "env_maze.h"
#include "env_mux.h"
Include dependency graph for env.c:

Go to the source code of this file.

Functions

void env_init (struct XCSF *xcsf, char **argv)
 Initialises a built-in problem environment. More...
 

Detailed Description

Built-in problem environment interface.

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

Definition in file env.c.

Function Documentation

◆ env_init()

void env_init ( struct XCSF xcsf,
char **  argv 
)

Initialises a built-in problem environment.

Parameters
[in]xcsfThe XCSF data structure.
[in]argvThe command line arguments.

Definition at line 34 of file env.c.

References env_csv_init(), env_csv_vtbl, env_maze_init(), env_maze_vtbl, env_mux_init(), and env_mux_vtbl.

Referenced by main().

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