Timeline
11/30/14:
- 23:45 Ticket #2266 (Synchronous control methods in IExecutable) closed by
- duplicate: Duplicate of #2258.
- 23:25 Changeset [11602] by
-
#2205: Continued working on programmable network items
- added VariableStore to all programmable network items
11/28/14:
- 16:13 Changeset [11601] by
-
- fixed column width of p-values
- started working on drawing a normal distribution over the histogram
- 10:16 Ticket #2278 (New quality measures for ClassificationSolutions) created by
- The sensitivity and specificity should be calculated for …
- 10:08 Changeset [11600] by
-
#2112 fixed name of new unit test
- 09:45 Changeset [11599] by
-
#2244 added license headers and version information
11/27/14:
- 20:02 Changeset [11598] by
-
#2174: Added first version of refactored individuals.
- 16:00 Changeset [11597] by
-
#2112 added a unit test for the cap method of the ThreadSafeLog
- 15:54 Changeset [11596] by
-
#2112 applied abeham's ThreadSafeLog patch
- 11:42 Changeset [11595] by
-
#2174: Added possibility to look up parameters of the encoding and removed them from the programmable problem.
- 11:23 Changeset [11594] by
- 10:41 Changeset [11593] by
-
#2174: Fixed addition of parameters in the encodings and set default values for encoding operators in MultiEncodingOperator.
- 10:17 Ticket #2149 (ViewHost shall stop displaying views after a certain nesting level) closed by
- duplicate: This has been implemented in ticket #2158
- 10:13 Changeset [11592] by
-
#2158 changed nesting level and fixed layout of error view
- 09:35 Changeset [11591] by
11/26/14:
- 17:22 Changeset [11590] by
-
- Finished implementing LayerUpdator.
- Proper implemented per-layer results.
- Some bugfixes and wiring.
- Added LastSubScopeCloner. Note that the First/LastSubScopeCloner/Processor might be dropped and Left/Right-Selectors are used instead. Thanks to jkarder for this suggestion.
- 16:13 Changeset [11589] by
-
#2276: Unsealed Dataset class, refactored GetDoubleValues, GetStringValues, GetDateTimeValues methods to internally use the same generic method, added ModifiableDataset class which adds the functionality of replacing, adding or removing rows in the dataset.
- 16:09 Changeset [11588] by
-
#2174: Adapted encodings to store its specific parameters in the standard parameter collection.
- 13:24 Changeset [11587] by
-
#2174: Implemented multi-encoding operators and adapated wiring of operators in the programmable problems.
- 11:06 Changeset [11586] by
-
#2269 Implemented LayerUpdator.
- Added First/LastSubScopeProcessor.
- Added two Calculators because ExpressionCalculator does not support required features yet.
- Added some wiring.
- Small bugfixes and refactorings.
11/25/14:
- 15:25 Changeset [11585] by
-
#2269 Implemented EldersEmigrator.
- Implemented EldersSelector and ShiftToRightMigrator.
- 13:53 Changeset [11584] by
-
#2276: Removed programmable problem from this branch.
- 13:46 Changeset [11583] by
-
- Implemented MatingPoolCreator.
- Added a modified GeneticAlgorithMainLoop as main operator in ALPS-GA-MainLoop.
- 13:05 Changeset [11582] by
-
#2174: Configured solution creator in single encodings.
- 12:50 Changeset [11581] by
-
#2277: Added public modifier in class declaration of BestSingleObjectiveTestFunctionSolutionAnalyzer.
- 12:49 Ticket #2277 (Missing class modifier in BestSingleObjectiveTestFunctionSolutionAnalyzer) created by
- No class modifier for the visibility of …
- 11:37 Changeset [11580] by
-
#2269 Implemented AlpsGeneticAlgorithmMainLoop.
- 09:57 Changeset [11579] by
-
#2276: Removed unnecessary folders from the branch.
- 09:19 Changeset [11578] by
-
#2269 Implemented wiring of ALPS-GA based on Island-GA wiring.
- 05:15 Changeset [11577] by
-
#2205: Restructured solution and projects and switched all projects to .NET 4.5
- 03:26 Changeset [11576] by
-
#2205: Merged changes r11062:11557 from trunk/sources into branches/OptimizationNetworks
11/24/14:
- 17:08 Changeset [11575] by
-
#2174: Adapted permutation encoding.
- 16:28 Changeset [11574] by
-
#2174: Adapted branched optimization plugin to branch structure and updated project references.
- 16:22 Changeset [11573] by
-
#2174: Branched HeuristicLab.Optimization for the programmable problem branch.
- 16:09 Changeset [11572] by
-
#2276: Merged the Programmable problem projects into the branch, adjusted references and build paths.
- 15:16 Changeset [11571] by
-
#2276: Commit initial version of IDataset interface and code refactoring.
- 15:06 Changeset [11570] by
-
Create branch for #2276
- 15:06 Ticket #2276 (Create interface for Dataset class, refactor code) created by
- We should extract the essential requirements for a Dataset object into …
- 14:44 Changeset [11569] by
-
- Added a generic EnumValue for wrapping an enum.
- Added a generic EnumValueView which displays a drop down with the available enum values.
- Made AgingScheme an EnumValue instead of ValueTypeValue.
- 13:31 Changeset [11568] by
-
#2269 Added Parameters for ALPS-GA.
- 10:23 Changeset [11567] by
-
#2269 Added AlpsGeneticAlgorithm and updated plugin description.
- 10:03 Changeset [11566] by
-
#2269 Added ALPS-Plugin.
- Updated Build-Configuration for DataPreprocessingViews.
- 03:12 Changeset [11565] by
-
#2205: Continued working on programmable network items
- allowed code changes only in user-defined nodes and networks
- added manual initialization of compiled programmable network items
11/23/14:
- 05:32 Changeset [11564] by
-
#2205: Continued working on programmable network items
11/22/14:
- 04:50 Changeset [11563] by
-
#2205: Continued working on programmable network items
- implemented view and some refactoring
11/21/14:
- 02:53 Changeset [11562] by
-
#2205: Started working on programmable network items.
11/20/14:
- 17:20 Changeset [11561] by
-
#2174: Adapted IntegerEncoding to include the wiring code of operators.
- 15:14 Changeset [11560] by
-
#2174: Added TestFunctionProblem for evaluating the design and correctness of the new encoding classes.
- 15:12 Changeset [11559] by
-
#2174: Adapted IEncoding and Encoding base class.
- 10:56 Changeset [11558] by
-
- Updated prototype APLS-OperatorGraph.
- Added Samples for VRP and SymReg.
- Temporarily added OptionalSubScopesProcessor for the ALPS prototype.
11/19/14:
- 14:26 Changeset [11557] by
-
#2158 improved error handling for nested views
11/18/14:
- 21:09 Changeset [11556] by
-
updated tutorial with slides from mkommend
other (minor) changes
11/17/14:
- 16:05 Changeset [11555] by
-
#2158 added error handling for view nesting problem
- 03:22 Changeset [11554] by
-
#2205: Implemented review comments:
- added cloning of Port in HookOperator and prevented cloning of hook operator ports in AlgorithmNode instead
- added additional checks that port parameters of a hook operator port match with parameters of hook operator