Skip to content
Snippets Groups Projects
Commit bc2bb128 authored by Maxence Le Grand's avatar Maxence Le Grand
Browse files

augmentation du nombre de calculs produits par l'IA, temps d'execution plus...

augmentation du nombre de calculs produits par l'IA, temps d'execution plus long mais choix meilleurs
parent d4d9f25d
No related branches found
No related tags found
No related merge requests found
......@@ -106,9 +106,9 @@ float average_Throws(Etat etat, int nbdesdisposinit){
float score=0;
float valeur;
int nb_complexite;
int COMPLEXITE[8][8]={100,50,100,10,10,6,4,4,
0,100,100,10,10,8,6,6,
0,0,200,500,20,10,8,8,
int COMPLEXITE[8][8]={1000,500,100,10,10,10,10,4,
0,1000,1000,10,10,10,10,6,
0,0,2000,500,20,10,10,8,
0,0,0,2000,50,20,10,10,
0,0,0,0,400,50,20,10,
0,0,0,0,0,200,50,10,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment