fix: 🚑 first all employed bees then all onlooker bees
This commit is contained in:
parent
d694cea4a5
commit
b0fb8f40d8
5 changed files with 117 additions and 95 deletions
|
@ -10,7 +10,7 @@ use crate::food::FoodSource;
|
|||
|
||||
pub struct Input {
|
||||
pub decision_variable_count: usize,
|
||||
pub food_source_number: u128,
|
||||
pub food_source_number: usize,
|
||||
pub food_source_try_limit: u128,
|
||||
pub upper_bound: f64,
|
||||
pub lower_bound: f64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue