XCSF  1.4.7
XCSF learning classifier system
ArgsAct Struct Reference

Parameters for initialising and operating actions. More...

#include <action.h>

Collaboration diagram for ArgsAct:
[legend]

Data Fields

int type
 Classifier action type. More...
 
struct ArgsLayerlargs
 Linked-list of layer parameters. More...
 

Detailed Description

Parameters for initialising and operating actions.

Definition at line 40 of file action.h.

Field Documentation

◆ largs

struct ArgsLayer* ArgsAct::largs

Linked-list of layer parameters.

Definition at line 42 of file action.h.

Referenced by action_param_load(), and action_param_save().

◆ type

int ArgsAct::type

Classifier action type.

Definition at line 41 of file action.h.

Referenced by action_param_json_export(), action_param_load(), action_param_save(), and action_param_set_type_string().


The documentation for this struct was generated from the following file: