Fmt.
This commit is contained in:
@@ -88,8 +88,7 @@ where
|
||||
.map(|individual| Wrapper {
|
||||
individual,
|
||||
fitness: None,
|
||||
})
|
||||
.for_each(|wrapper| {
|
||||
}).for_each(|wrapper| {
|
||||
population.push(wrapper);
|
||||
});
|
||||
|
||||
@@ -140,8 +139,7 @@ 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