[go: up one dir, main page]

Menu

Tree [925ebb] 2.3 /
 History

HTTPS access


File Date Author Commit
 Examples 2017-06-05 Igor Machado Igor Machado [25bb48] fixes in VNS and added to TSP example
 MyProjects 2017-11-05 Igor Machado Igor Machado [1fe162] final fixes for OptFrame 2.3 release
 OptFrame 2017-11-05 Igor Machado Igor Machado [925ebb] final fixes in Scanner subproject for OptFrame ...
 doc 2011-07-03 Igor Machado Igor Machado [f68b6b] Documentation example.
 mct 2017-06-02 Igor Machado Igor Machado [be0f2a] updates in MCT for shell and many fixes for MCT...
 .gitignore 2016-05-01 Igor Machado Igor Machado [c3b993] fixed strange rank errors in NSGAII caused by c...
 AUTHORS 2017-06-02 Igor Machado Igor Machado [5c65ca] adjusting information files for next release
 COPYING 2011-05-20 Igor Machado Igor Machado [754fc9] Update on Problem Module template and abstract ...
 CheckModule-Guide.txt 2017-06-02 Igor Machado Igor Machado [5c65ca] adjusting information files for next release
 LICENSE 2017-11-05 Igor Machado Igor Machado [1fe162] final fixes for OptFrame 2.3 release
 MCT.java 2017-06-02 Igor Machado Igor Machado [be0f2a] updates in MCT for shell and many fixes for MCT...
 README.md 2017-11-05 Igor Machado Igor Machado [1fe162] final fixes for OptFrame 2.3 release
 java-mct.sh 2017-06-02 Igor Machado Igor Machado [be0f2a] updates in MCT for shell and many fixes for MCT...
 mct.sh 2017-06-02 Igor Machado Igor Machado [be0f2a] updates in MCT for shell and many fixes for MCT...

Read Me

OptFrame 2.3 - Optimization Framework

To get started (MCT for Windows/Linux):
- compile and run MCT.java application;
- this can be done like this: javac MCT.java && java MCT

To get started (MCT stable version for Linux only):
- run MCT.sh script (shell version)
- java-mct.sh script (java version)

Valuable information can be found in 'CheckModule-Guide.txt' regarding
the output of CheckCommand in main().

Good luck!