fix: 🚑 first all employed bees then all onlooker bees

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-11-20 00:20:40 +03:00
parent d694cea4a5
commit b0fb8f40d8
5 changed files with 117 additions and 95 deletions

View file

@ -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,