Refactor genetic algorithm
This commit is contained in:
parent
6fbff67e61
commit
0ab97485bb
9 changed files with 260 additions and 15 deletions
|
|
@ -34,6 +34,7 @@ impl Layouter for ValidLayout {
|
|||
return Some(LayoutResult {
|
||||
positions: blocks,
|
||||
path_result: paths,
|
||||
size,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue