goodbye message for SourceForge, thanks a lot!
final fixes in Scanner subproject for OptFrame 2.3 release
final fixes for OptFrame 2.3 release
ongoing evolution on Local Optimum Status
fixes in VNS and added to TSP example
Behold, check module now tests automatically if moves from NSEnum are independent
created BRKGA and knapsack example
adjusting information files for next release
updates in MCT for shell and many fixes for MCT Java
Added useful information for problem tracking in Check Module
bugfix in Evaluation abs function
removed unused nevector file
created method firstValid(s) in NSIterator
Created nextValid() function in NSIterators; bu...
Fix costs on HFMVRP example. Some little adjust...
bugfix in MoveCost including weight. included S...
small fixes in MCT
added weight for infeasible solutions in Evalua...
Merge branch 'master' of ssh://git.code.sf.net/...
bugfix in HillClimbing: by Matheus Haddad
finally unified auxiliary functions for CheckMo...
Created testMoveGeneral replacing testMoveNS an...
marking estimated costs as over or underestimat...
Separated test commands inside CheckCommand (TO...
free errors in Check
added Check tests to MCT projects
Fixed compile errors in CheckCommand
created acceptsImprove method in Evaluator to d...
fixed MCT including C++11 standard
finally cleaned up the DS templated and include...
create MultiMoveCost, maybe experimenting some ...
fixed missing includes in MultiObjSearch class
proudly implemented PackTypes class in order to...
using move semantics for Solution class
removed heavy instances
Last changes for OptFrame 2.2
Fix in Scanner for C++11, by Matheus
fixed final MCT dependencies on DeltaStructure
fixed strange rank errors in NSGAII caused by c...
introducing LOS and NSBlockIterator concepts
ignoring eclipse settings
Added SVRPDSP example.
Removed deprecated DS template.
Removed temporary set operations.
added gitignore file for *.o and app_*
added Scanner++ and updated copyright year
Corrected bugs found on tag 1.3
Tagging the 1.3 OptFrame release
Final corrections on tag 1.3 (create a branch n...
Updated svn:externals configuration.
Branch and tag pointed to Scanner++ repository ...
Finished branch 2.0
Added missing virtual destructors, fixed warnin...
Updated svn:externals configuration.
Creation of "old" branch.
Branch for the release OptFrame 1.4
Updated svn:externals configuration.
Final commit on OptFrame 1.4.1.
Release 2.0
Updated version information for 1.4 release.
Branch 2.0
Branch and tag pointed to Scanner++ repository ...
Branch 1.4.2 to fix bugs in examples.
Small fixes for Windows version.
Release for OptFrame 1.4.1
Final commit on OptFrame 1.4.1.
Files for "old" branch.
Upgraded Scanner++ version from 0.93 to 0.94 fo...
Version 1.4.2
Created branch for 1.4.1 version.
OptFrame 1.4
Organizing OptFrame Class. Creation of a better...
Prototype of the Path Relinking heuristic.
Renamed folder and added some minor corrections.
Removed version number
Modification of Solution and Evaluation classes...
Development version of OptFrame (beta)
Creating trunk directory
Correction on NSSeqVVSwapIntra.
Corrections on Heuristic and Population classes.
Melhoria no módulo 'test'.
Small correction on Heuristic Factory.
Implementation of IntensifiedIteratedLocalSearc...
Correction on random initial solution for TSP.
Continuation of previous commit.
RandGen classes updated.
Improvements on random number generation.
TSP fast re-evaluation.
Basic Iterated Local Search implementation.
Updates on the project (RandGen and main.cpp fi...
Closes #3233674
Creation of RandGen object for random number ge...
NSSeq of Swap for TSP problems.
Creation of modules Echo, Undefine, ListFromFil...
Module "problem" implemented!
Corrections on makefile.
Some minor corrections on ProblemModule template.
First part of java MCT.
Bug correction in drop_all module.