Refactor genetic algorithm

This commit is contained in:
hal8174 2025-02-01 22:55:06 +01:00
parent 6fbff67e61
commit 0ab97485bb
9 changed files with 260 additions and 15 deletions

View file

@ -34,6 +34,7 @@ impl Layouter for ValidLayout {
return Some(LayoutResult {
positions: blocks,
path_result: paths,
size,
});
}
}