pub fn create_population( model_name: &str, n: usize, ) -> Result<PopulationRunner, String>
Create a population of n identical neurons by model name.
n