Skip to content

Commit

Permalink
Added the TORC-based parallel NSGA2 multiobjective algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
phadjido committed Nov 15, 2017
2 parents 433a5ed + 69244e3 commit 08670fe
Show file tree
Hide file tree
Showing 79 changed files with 4,895 additions and 739 deletions.
4 changes: 2 additions & 2 deletions hierarchical/example/run_fast_phase_1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CURRENT_DIR=$(pwd)

SAVE_DIR="${CURRENT_DIR}/data/theta"

export TORC_WORKERS=1
export TORC_WORKERS=2


Ilist=(1 2 3 4 5)
Expand All @@ -33,7 +33,7 @@ do

cd $RUN_DIR

mpirun -np 1 ./sample_theta_fast > out.txt
mpirun -np 1 ./sample_theta_fast

FNAME="${SAVE_DIR}/theta_${II}.txt"
cp final.txt $FNAME
Expand Down
2 changes: 1 addition & 1 deletion hierarchical/example/run_phase_2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BASE_DIR="runs"

CURRENT_DIR=$(pwd)

export TORC_WORKERS=24
export TORC_WORKERS=48



Expand Down
Binary file removed hierarchical/example/runs/psi/sample_psi
Binary file not shown.
97 changes: 0 additions & 97 deletions hierarchical/example/runs/psi/tmcmc.par

This file was deleted.

93 changes: 0 additions & 93 deletions hierarchical/example/runs/run_001/tmcmc.par

This file was deleted.

93 changes: 0 additions & 93 deletions hierarchical/example/runs/run_002/tmcmc.par

This file was deleted.

Loading

0 comments on commit 08670fe

Please sign in to comment.