runner¶
- class cneuromax.fitting.neuroevolution.runner.NeuroevolutionTaskRunner[source]¶
Bases:
FittingTaskRunner
Neuroevolution
task
runner.- classmethod store_configs(store)[source]¶
Stores structured configs.
Warning
Make sure to call this method if you are overriding it.
- static validate_subtask_config(config)[source]¶
Validates the
subtask
config.- Parameters:
- Raises:
RuntimeError – If
device
is set togpu
but CUDA is not available.- Return type: