Skip to content
Snippets Groups Projects
Commit e6a62c99 authored by Lucas Hernan Bruzzone Rodriguez - ENS's avatar Lucas Hernan Bruzzone Rodriguez - ENS
Browse files

Nothing working

parent 8781d7ad
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 12 deletions
# Malva Configuration.
MALLBA_DIR=/ens/home01/g/gonzalo.menendez/AEPractico/malva
MALLBA_DIR=/ens/home01/l/lucas.bruzzone/Documentos/AE/AEPractico/ProyectoFinal/AlgoritmoGenetico/malva
# MPI library
MPI_BIN=/lib64/mpich/bin
......
../src
\ No newline at end of file
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
5
\ No newline at end of file
8
\ No newline at end of file
10
1 3
2 1 1 1
1 1 1
1 1 3
3 1 1
1 1 1 1
1 2
2 1 1
1 2 2
4 1 1
e1 e2 e3 e4 e5
4 5 5 3 3
0.05 0.20 0.30 0.95 0.50
120 200 210 230 180
10
5 1
1 1 1
1 3
2 1 3
1 1 1
1 3 1
1 1
1 1 1 1
5 3
1 1 1
20
t1 t2 t3 t4 t5 t6 t7 t8
16 28 11 51 2 23 43 15
......@@ -36,7 +36,7 @@ try:
for i in range(0,width):
columna = []
for j in range(0, height):
columna.append(random.int(0,1))
columna.append(random.randint(0,1))
tablero.append(columna)
......
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