Tests
This commit is contained in:
parent
b4583ff917
commit
25c04be661
5 changed files with 59 additions and 16 deletions
|
|
@ -2,6 +2,7 @@ use std::{collections::VecDeque, fmt::Display};
|
|||
|
||||
use crate::genetics::gene::Gene;
|
||||
|
||||
#[derive(PartialEq,Eq)]
|
||||
pub struct PlantGenome {
|
||||
pub(crate) graph: Vec<(Gene,Vec<usize>)>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue