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 160511 additions and 32 deletions
source diff could not be displayed: it is too large. Options to address this: view the blob.
File deleted
......@@ -404,27 +404,13 @@ skeleton newGA
os << endl;
for (int j = 0; j < sol.pbm().cantEmpleados(); j++)
for (int j = 0; j < sol.pbm().cantFilas(); j++)
{
bool found1 = false;
for (int i = 0; i < sol.pbm().dimension(); i++)
{
if (sol._var[i] == j)
{
if (!found1)
{
ss << "e" << j + 1;
found1 = true;
}
ss << " t" << sol.pbm().tareasIndex()[i] + 1;
}
}
if (found1)
{
ss << endl;
for (int i = 0; i < sol.pbm().cantColumnas(); i++) {
ss << sol._var[i][j] + " ";
}
ss << endl;
}
outfile << ss.str();
......
File deleted
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
File deleted
File deleted
# Malva Configuration.
MALLBA_DIR=/ens/home01/g/gonzalo.menendez/AEPractico/malva
MALLBA_DIR=/ens/home01/l/lucas.bruzzone/Documents/AE/AEPractico/malva
# MPI library
MPI_BIN=/lib64/mpich/bin
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -3,14 +3,14 @@
STATISTICS OF TRIALS
------------------------------------------------------------------
1 10029.7 210883 1060 10 1591 14184
2 10010.4 210882 5560 55 6233 12361
3 10010.4 210656 4160 41 8672 14731
4 10009.9 210921 160 1 106 9399
5 10010.4 210807 4660 46 4349 9349
6 10010.4 210921 760 7 657 9224
7 10016.5 210990 3060 30 5449 11825
8 10015.4 210452 4960 49 5341 10215
9 10035.1 210876 5960 59 5591 9491
10 10017.7 210873 360 3 295 9422
1 10036.6 210869 1260 12 1708 13832
2 10022.7 210771 1460 14 1883 13034
3 10010.4 210887 4860 48 10527 18412
4 10010.4 210995 1460 14 1878 10128
5 10029.7 211049 1260 12 1157 9396
6 10001.7 210811 8860 88 8232 11515
7 10001.7 210887 2460 24 2470 10352
8 10011.5 210950 3060 30 2869 9448
9 10010.4 210802 560 5 490 9311
10 10008.7 211013 2660 26 2444 9308
------------------------------------------------------------------
e1 t3 t1
e3 t5 t6 t4
e1 t6
e3 t5 t3 t1 t4
e4 t8 t2 t7
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