Fmt.
This commit is contained in:
@@ -88,7 +88,8 @@ where
|
||||
.map(|individual| Wrapper {
|
||||
individual,
|
||||
fitness: None,
|
||||
}).for_each(|wrapper| {
|
||||
})
|
||||
.for_each(|wrapper| {
|
||||
population.push(wrapper);
|
||||
});
|
||||
|
||||
@@ -139,7 +140,8 @@ where
|
||||
.map(|individual| Wrapper {
|
||||
individual,
|
||||
fitness: None,
|
||||
}).collect_into_vec(&mut population);
|
||||
})
|
||||
.collect_into_vec(&mut population);
|
||||
|
||||
ParSimulation { population }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user