multi_evolve.py¶
- multi_evolve.evolve_list_of_configs(*configs: str, base_config: str, output_directory: str, experiment_description: str, print_action_only: bool = False, evolution_object: Evolution = None)¶
This functin evolves a list of configs. In experiment desctiption, the strings ‘{config}’ for the current config’s file path and ‘{config_num}’ for the itterastion number of the experiment.
- multi_evolve.evolve_list_of_configs_selecting_evolution(*configs: str, base_config: str, output_directory: str, experiment_description: str, print_action_only: bool = False, evolution_object: ~Evolution.Evolution = <Evolution.Evolution object>)[source]¶
This functin evolves a list of configs. In experiment desctiption, the strings ‘{config}’ for the current config’s file path and ‘{config_num}’ for the itterastion number of the experiment.