Timeline
03/02/16:
- 22:24 EvoSoft edited by
- (diff)
- 19:16 Ticket #2569 (View for ParameterizedItem) closed by
- done
- 19:15 Changeset [13647] by
- 19:08 Changeset [13646] by
-
#1795: added a data analysis algorithm for gradient boosting for regression which uses another regression algorithm as a base learner. Currently, only squared error loss is supported.
- 19:03 Changeset [13645] by
-
#2581: added an MCTS for symbolic regression models
- 19:01 Ticket #2581 (Monte Carlo Tree Search (MCTS) for symbolic regression models) created by
- 18:58 Changeset [13644] by
-
#2526 fixed a typo in the name & description of a benchmark problem
- 14:51 Ticket #2568 (UpdateRow/ColumnHeaders in StringConvertibleMatrixView should be public) closed by
- done: r13643: Merged r13570 into stable.
- 14:50 Changeset [13643] by
- 14:50 Ticket #2494 (NewItem-Dialog should consider Categories in search results) closed by
- done: r13642: Merged r13433 into stable.
- 14:49 Changeset [13642] by
- 14:48 Ticket #2570 (SymbolicExpressionTree GetLength and GetDepth could return wrong results) closed by
- done: r13641: Merged r13579 into stable.
- 14:48 Changeset [13641] by
- 14:47 Ticket #2578 (MainForm throws NullReferenceException when default ctor is used) closed by
- done: r13640: Merged r13621 into stable.
- 14:46 Changeset [13640] by
- 14:45 Ticket #2574 (ClassificationPerformanceMeasures throw exceptions if only one class ...) closed by
- done: r13639: Merged r13585 into stable.
- 14:45 Changeset [13639] by
- 14:44 Ticket #2543 (ClassNames cannot be changed for loaded and cloned ...) closed by
- done: r13638: Merged r13446 into stable.
- 14:43 Changeset [13638] by
- 14:43 Ticket #2535 (TextBox in StringConvertibleValueView is truncated) closed by
- done: r13637: Merged r13425 into stable.
- 14:42 Changeset [13637] by
- 14:27 Ticket #2525 (Some types are missing a StorableClassAttribute) closed by
- done: r13636: Merged r13392, r13393 and r13395 into stable.
- 14:27 Changeset [13636] by
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