Timeline
03/01/16:
02/29/16:
- 15:24 Changeset [13635] by
-
#2580: added support to start applications with white-space characters, e.g. /start:"Persistence Configuration"
02/26/16:
- 01:18 Changeset [13634] by
-
Add files to svn for differential evoulution algorithm
- 01:10 Changeset [13633] by
-
Add project file for DE algorithm
02/24/16:
- 19:09 Changeset [13632] by
-
Implement basic version of differential evolution algorithm
Basic version of differential evolution based of the Storn and Price book
02/23/16:
- 22:05 Ticket #2551 (Encoding cannot be set through API for the ExternalEvaluationProblem) closed by
- done: r13631: merged r13491,r13498,r13500 to stable
- 22:04 Changeset [13631] by
- 22:03 Ticket #2545 (It should be allowed to create the SymbolicExpressionTreeEncoding in ...) closed by
- done: r13630: merged r13471 to stable
- 22:03 Changeset [13630] by
- 11:04 Changeset [13629] by
-
#2580: Added support in arguments handling to start applications with umlauts.
- 11:03 Ticket #2580 (Command line argument handling is too restrictive) created by
- Command line argument values can only contain letters from a-z/A-Z and …
02/19/16:
- 11:08 Changeset [13628] by
-
#1235
Added an AllowContexMenu property in the DockingMainForm to be able to enable/disable the context menu.
Changing the property will only affect DockForms after the change.
- 10:51 Changeset [13627] by
-
#1235: Changed access modifier of MainForm.GetForm(view) from internal to protected internal to enable more customization in derived mainforms.
- 10:15 Changeset [13626] by
-
#2579 Synced Names of Problem and ProblemScript for Single- and MultiObjectiveProgrammableProblem.
- 10:09 Ticket #2579 (Changing Name of a ProgrammableProblem does not change caption in view) created by
- Changing the Name of a Single/MultiObjectiveProgrammableProblem in a …
02/18/16:
- 19:36 Changeset [13625] by
-
#1772: Small refactor of the SchemaCreator to avoid generating duplicate schemas when non-strict matching is used.
- 19:33 Changeset [13624] by
-
#1772: Improve the SchemaFrequencyAnalyzer and add calculation of schema genotype and phenotype diversities.
02/17/16:
- 14:38 Changeset [13623] by
-
#1087: Added instance provider base class for MOTestFunctions.
- 11:19 Changeset [13622] by
-
#1087 recommited project file, renamed IMOSolution to MOSolution
02/16/16:
- 18:20 Changeset [13621] by
-
#2578: Fixed default ctor of Mainform w.r.t. UI creation.
- 18:20 Ticket #2578 (MainForm throws NullReferenceException when default ctor is used) created by
- Mainforms declare two ctors: * MainForm() * MainForm(Type …