Timeline
05/31/17:
- 17:03 Changeset [15015] by
-
#2723: Fix exception in Dataset.cs when calling the ToModifiable() method.
- 16:19 Changeset [15014] by
-
Added code and tools for the ExternalEvaluationProblem. (e.g. Java-side evaluation)
- 16:15 Changeset [15013] by
-
#2723: Found a different solution to this issue, by using IList<T> as the return type for the GetValues<T> method.
- 14:12 Changeset [15012] by
-
#2709 Merged trunk changes to branch.
- 14:04 Changeset [15011] by
-
#2709 forgot to commit designer file (changed control name)
- 13:47 Changeset [15010] by
-
#2724: Fixed caption of EnumValueView.
- 13:29 Changeset [15009] by
-
#2724 Moved EnumHelper (for SetFlags).
- 12:56 Changeset [15008] by
-
#2792: small fix
- 12:52 Changeset [15007] by
-
#2792: adapted wiring code to be the same as with crossover, choosing the default manipulator intead of the first (by name)
- 12:10 Changeset [15006] by
-
#2792: changed mutator parameter from optional constrained value to constrained value
- 11:41 Ticket #2792 (Genetic algorithm should choose a mutation operator by default) created by
- The mutation operator is an OptionalConstrainedValueParameter which by …
- 10:33 Changeset [15005] by
-
#2743: updated app configs
05/30/17:
- 18:55 Changeset [15004] by
-
#2791: improved checkpointing (task is paused and sent back to the server, new one is assigned via next heartbeat)
- 18:39 Ticket #2791 (Checkpointing within Hive slaves should be improved) created by
- During checkpointing, the slave pauses the task, updates its task data …
- 17:46 Changeset [15003] by
-
- Added a dialog for changing the maximum nesting level (Views menu item).
- For systems that have the creators update installed and a high nesting level, a warning will be displayed with the option to lower the maximum nesting level.
- 15:03 Changeset [15002] by
-
#2760: Got rid of the shuffledProblemData by using a shared seed for all the folds (so that the dataset for each fold is shuffled in exactly the same way). Backwards compatibility should be restored.
- 14:25 Ticket #2482 (Make job tables in hive statistics sortable) closed by
- duplicate: See #2743.
- 12:57 Documentation/Howto/OptimizeAnyLogicModels edited by
- fixed link to direct download (diff)
- 07:50 Changeset [15001] by
-
#1836 SA reheating strategies: Newest version of reheating
05/24/17:
- 13:15 Documentation/Howto/OptimizeAnyLogicModels edited by
- Fixed a broken link to the Java External-Evaluation library. (diff)
05/20/17:
- 07:45 Changeset [15000] by
-
#2435: merged r12818 from trunk to stable (which was a reverse merge of r12796, only merge info is affected)
- 07:43 Changeset [14999] by
-
#2435: merged r12790,r12791,r12792,r12796,r12798,r12801, and r12817 (reverse merge of all previous) from trunk to stable. (only merge info is affected)
- 07:25 Ticket #2781 (BioBoost: Demo file cannot be opened because of a missing plugin dependency) closed by
- done
- 02:10 Ticket #2790 (Island GA throws exception when applied to JSSP) created by
- The random parameter of the decoder is not configured correctly. It …
05/19/17:
- 19:31 Changeset [14998] by
-
#2789 added forward selection algorithm and algorithm to calculate all LR combinations
- 14:59 Ticket #2753 (ALPS does not reparameterize the evaluator) closed by
- done
- 14:54 Changeset [14997] by
05/18/17:
- 12:29 Changeset [14996] by
-
- Fixed initial selection of the grouping text box (empty string instead of null to select the first entry).
- General code fixes (removed unnessecary bank lines and code, class member order, ...)
- 10:54 Changeset [14995] by
-
#2788: added new setting for the maximum number of nested controls
05/17/17:
- 14:37 Changeset [14994] by
-
#2709 Added Check All/Inputs/None Buttons for the feature correlation view.
- 13:22 Changeset [14993] by
-
- Added Legend order when grouping for histogram and (single and multi)scatterplot.
- Removed the limitation of distinct values for the singlescatterplot (for the color gradient).
- Added a legend-visible checkbox for the multi-scatterplot.
- 13:04 Changeset [14992] by
-
#2713 Fixed a potential infinite loop that creates infinite datapoints.
- 10:37 Changeset [14991] by
-
#2789 implemented an alternative GaussianProcessModel which uses Math.Numerics and Intel MKL