Browse Source

Ga done calculated

tk-NUC 4 years ago
parent
commit
0824c19b0f
3 changed files with 35 additions and 31 deletions
  1. 34 0
      Research Data/GA/old.txt
  2. 0 31
      Research Data/GA/plottGaAlgo.txt
  3. 1 0
      src/api/AlgorithmFrameworkFlex.java

File diff suppressed because it is too large
+ 34 - 0
Research Data/GA/old.txt


File diff suppressed because it is too large
+ 0 - 31
Research Data/GA/plottGaAlgo.txt


+ 1 - 0
src/api/AlgorithmFrameworkFlex.java

@@ -490,6 +490,7 @@ public abstract class AlgorithmFrameworkFlex implements AddOn{
 			initParameterStepping();
 			do {
 					executeAlgoWithParameter();
+					if(cancel) break;
 					resetState();
 			}while(updateOneParameter());
 			resetParameterStepping();

Some files were not shown because too many files changed in this diff