fit

fit(), evolve() and fit.test().

cneuromax.fitting.neuroevolution.fit.fit(space, agent, logger, config)[source]

Neuroevolution + testing.

Note that this function and all of its sub-functions will be called by num_nodes * tasks_per_node MPI processes/tasks. These two variables are set in the Hydra launcher configuration.

Parameters:
Return type:

None

cneuromax.fitting.neuroevolution.fit.evolve(space, agent, logger, config)[source]

Neuroevolution.

Parameters:
Return type:

None

cneuromax.fitting.neuroevolution.fit.test(space, config)[source]

Neuroevolution testing.

Parameters:
Return type:

None