Timeline
01/27/17:
- 16:01 Changeset [14615] by
-
#2650: Minor changes in factors branch (sealed one factor classes).
- 09:58 Changeset [14614] by
-
- Fixed scale invariant initialization by changing the initial sigma to a DoubleArray for initializing the covariance matrix (similar to the CMA-ES).
- Made the MO-CMA-ES pausable (although the algorithm state is not yet storable when paused).
01/26/17:
- 15:44 Changeset [14613] by
-
#2205: worked on optimization networks
- fixed event handler registration
- 14:31 Changeset [14612] by
-
#2592 made initialization solutionspace-scaling invariant
- 14:22 Changeset [14611] by
-
#2205: worked on optimization networks
- 14:12 Changeset [14610] by
-
#2205: worked on optimization networks
- added abstract base classes for ttp networks/orchestrators
- removed ttp networks/orchestrators from HeuristicLab.Networks.IntegratedOptimization
- runs can now be cleared when preparing OrchestratedAlgorithmNodes
01/25/17:
- 21:45 Changeset [14609] by
-
#2635: Small improvement.
- 16:37 Changeset [14608] by
-
#2635: Simplify code.
- 16:20 Changeset [14607] by
-
#2205: added GetSolution() method to FLP
- 15:57 Changeset [14606] by
-
#2205: worked on optimization networks
- 15:25 Changeset [14605] by
-
#2205: worked on optimization networks
- fixed vrp variegation in LrpOrchestratorNode1
- 14:30 Changeset [14604] by
-
#2205: worked on optimization networks
- updated ttp networks (1, 2, 3)
- added lrp network (1)
- fixed plugin dependencies
- 09:38 Changeset [14603] by
-
#2665: Corrected project file.
- 01:53 Changeset [14602] by
-
#2665 PushGP HL Integration
01/24/17:
- 09:31 Changeset [14601] by
-
#2205: worked on optimization networks
- created separate project for ttp optimization
- removed some unused classes
01/23/17:
- 16:11 Changeset [14600] by
-
#2457: updated branch to trunk
- 15:49 Changeset [14599] by
-
#2457: ignore .vs directory
- 14:49 Changeset [14598] by
-
#2205: worked on optimization networks
- switched from IConfigurationPorts to IMessagePorts
- removed option to clone algorithms in OrchestratedAlgorithmNodes
- made properties of TourProfitProblem storable
- fixed event handler registration
- 12:15 Changeset [14597] by
-
- Added a ListView for Flag-attributed enums in the EnumValueView.
- Simplified EnumValue cloning (already done in base-constructor).
- Added a SetFlag helper for enums.
- 11:17 Ticket #2725 (CPLEX Integration in HeuristicLab) created by
- It would not be difficult to achieve a generic integration of CPLEX …
- 11:01 Changeset [14596] by
-
#2205: unversioned Plugin.cs and AssemblyInfo.cs
- 10:59 Ticket #2724 (EnumValueView should consider the FlagsAttribute) created by
- The current EnumValueView offers a combobox to select the enum …
01/20/17:
- 16:33 Changeset [14595] by
-
#2205: Added OPL model for for the capacitated FLP (by vhauder) and a HeuristicLab algorithm to solve the model through CPLEX
- 13:46 EvoSoft edited by
- (diff)
- 11:16 Changeset [14594] by
-
#2520: worked on persistence
- 10:52 Changeset [14593] by
-
#2650 deleted branch again
- 10:43 Changeset [14592] by
-
#2650 updated merged info to record the changesets r14378,r14390,r14391,r14393,r14394,r14396, and the reverse merge r14400
- 10:39 Changeset [14591] by
-
#2650: record merge info for (changeset 14353 and reverse merge 14354)
- 10:11 Changeset [14590] by
-
#2650 created a new branch of the trunk for reintegration of factors branch
- 09:55 Changeset [14589] by
-
#2650 merged r14548:14582 from trunk to to branch
01/19/17:
- 19:15 Changeset [14588] by
-
#2719 updated databar set and view
- 18:20 EvoSoft edited by
- (diff)
- 16:00 Changeset [14587] by
-
#2205: Added FLP (facility location problem) for use within a network that solves the location routing problem (LRP)
- 09:40 Changeset [14586] by
-
#2205: worked on optimization networks
- added projects for integrated optimization (orchestration)
01/18/17:
- 16:59 Changeset [14585] by
-
#2635: Limit estimated values to range by default.
- 15:40 Changeset [14584] by
-
#2635: Improve reporting of statistics about rejected individuals.
- 13:44 Changeset [14583] by
-
- Added histogram aggregation option.
- Show all columns in data grid per default.
- 13:17 Changeset [14582] by
-
- Added 3 types of histogram aggregation: Overlapping (transparent), SideBySide and Stacked
- Added a "clear color"-button in the DataRowVisualPropertiesControl to set the color back to the default color palette color.
- Set the legend ordering to "reversed". Otherwise legend entries of multiple histograms are not ordered according tho the DataRow ordering.
- 11:25 Changeset [14581] by
-
#2709: Refactored get variables for grouping (extracted method to another class).
- 11:17 Changeset [14580] by
-
#2709: Changed initialization of caches to avoid NullReferenceExceptions.
- 11:17 Changeset [14579] by
-
#2709: Refactored histogram view and content to support grouping by string and datetime variables.
01/17/17:
- 14:37 Changeset [14578] by
-
#2709 Fixed wrongly positioned options in histogram view.
01/16/17:
- 14:25 Changeset [14577] by
-
#2592 made MOCMAES compatible with MultiObjectiveBasicProblem instead of MultiObjectiveTestfunction, fixed Bug in CrowdingIndicator
- 12:41 Ticket #2677 (Support for multi-argument functions for non-linear function fitting) closed by
- done
- 12:41 Ticket #2687 (Support for time lags in non-linear function fitting) closed by
- done
- 12:41 Ticket #2657 (Possibility to do multiple random restarts for non-linear regression ...) closed by
- done
01/15/17:
- 14:17 Changeset [14576] by
-
#1772: Merge trunk changes.
- 14:12 Changeset [14575] by
-
#1772: Minor refactoring in the TraceCalculator (use Tuple.Create factory method to make the code more readable).
- 14:06 Changeset [14574] by
-
#1772: Fix data table cloning when storing history in the SymbolicDataAnalysisFragmentLengthAnalyzer. Fix some typos and formatting.
- 09:57 Changeset [14573] by
-
- changed adaptive walk performance model to relative
- added ConfidenceConstantModel for regression
- using constant model as fallback to GPR
- reorganized code