Skip to main content

create_population

Function create_population 

Source
pub fn create_population(
    model_name: &str,
    n: usize,
) -> Result<PopulationRunner, String>
Expand description

Create a population of n identical neurons by model name.