소스 검색

Ga done calculated

tk-NUC 4 년 전
부모
커밋
0824c19b0f
3개의 변경된 파일35개의 추가작업 그리고 31개의 파일을 삭제
  1. 34 0
      Research Data/GA/old.txt
  2. 0 31
      Research Data/GA/plottGaAlgo.txt
  3. 1 0
      src/api/AlgorithmFrameworkFlex.java

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 34 - 0
Research Data/GA/old.txt


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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();

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.