Skip to content
Extraits de code Groupes Projets
Valider ecf4b653 rédigé par Jonathan CROUZET's avatar Jonathan CROUZET
Parcourir les fichiers

Fixed misuse of &

parent a48da204
Branches
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -52,7 +52,7 @@ void ibea(void* evaluate,
}
}
void random_init(&Population pop, coco_random_state_t *random_generator){
void random_init(Population & pop, coco_random_state_t *random_generator){
for (int i=0; i < pop.getSize(); i++){
for (int j=0; j < pop.getDim(); j++) {
range = upper_bounds[j] - lower_bounds[j];
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter