Timeline
03/05/12:
- 23:23 Changeset [7556] by
- 23:19 Changeset [7555] by
-
#1648 added an access client views project for the ui stuff
- 22:33 Changeset [7554] by
-
#1174 improved access service handling to work with Hive
- 22:29 Changeset [7553] by
-
#1648 adapted client management for use with Hive
- 20:38 Changeset [7552] by
-
#1614: removed class diagram
- 17:13 Changeset [7551] by
-
- Validation for controls added
- DTO for parameters (CreateDeploymentTask)
- Initialize storage account and get reference for specified container
- Make dialog fixed size
- 17:12 Changeset [7550] by
-
- Extension method added for checking if a blob/container exists
- Connection string for storage service
- 17:02 Changeset [7549] by
-
- models can be selected with a check box
- all strategies are now finished
- major changes have been made to provide the same behaviour when getting the estimated training or test values of an ensemble
- 16:30 Changeset [7548] by
-
#1614: changed according to architects review
- 13:45 Changeset [7547] by
-
- set storage account infos
- select virtual machine size
- 13:43 Changeset [7546] by
-
#1680: model classes for storage service operations added
- 13:38 Changeset [7545] by
-
- Storage service operations added:
- list storage services
- get keys for storage service
- 10:18 Changeset [7544] by
-
Improved performance, added MPISolutionsCreator (#1542)
- 10:15 Changeset [7543] by
-
Fixed minor issues (#1177)
03/02/12:
- 13:28 Changeset [7542] by
-
- added Hive and Benchmark assemblies
- updated alglib and missing extlib assemblies
- removed GP-3.3 assemblies
- 10:06 Changeset [7541] by
-
#1780: added dialog for setting the names, ability to include a charateristic
03/01/12:
- 18:04 Changeset [7540] by
-
Added first working version of cellular GA (#1781)
- 15:52 Changeset [7539] by
-
- fixed a discovery bug
- 15:15 Changeset [7538] by
-
- Fixed plugin dependencies
- Updated GQAP view
- Changed instances infrastructure
- Changed interface types into classes
- Removed the library specific instance classes
- 12:28 Changeset [7537] by
-
Created branch for CellularGeneticAlgorithm (#1781)
- 12:27 Ticket #1781 (Implement a cellular genetic algorithm) created by
- A cellular genetic algorithm should be implemented in HeuristicLab to …
02/29/12:
- 17:41 Changeset [7536] by
-
#1648 added client registration ui
02/28/12:
- 15:48 Changeset [7535] by
-
#1174 save client and user information with runs
- 15:46 Changeset [7534] by
-
#1648 worked on user and client information singletons
- 09:54 Changeset [7533] by
-
#1682: Removed already integrated branch HeuristcLab.Crossovers.
02/27/12:
- 17:14 Changeset [7532] by
-
- tried to clean up ItemTask/EngineTask overrides without breaking anything
- added a unit test to check if ToString methods of IItems work
- fixed ToString method of the Hive Plugin dto
- 16:11 Changeset [7531] by
-
- 2 more strategies have been implemented
- major changes in the inheritance have been made to make it possible to add strategies which don't use a voting strategy with weights
- ClassificationEnsembleSolutionEstimatedClassValuesView doesn't currently show the confidence (has been removed for test purpose)
- 15:26 Changeset [7530] by
-
#1778 check if the item in ItemTask and OptimizerTask is null
- 13:20 Changeset [7529] by
-
#1780: removed unnecessary files and folders
- 13:18 Changeset [7528] by
-
#1780: removed wrong folder
- 13:17 Changeset [7527] by
-
#1780: moved to proper location
- 13:14 Changeset [7526] by
-
#1780: imported branch
- 13:12 Ticket #1780 (Visualize distance matrices by MDS) created by
- I want to be able to visualize a distance matrix given as a double …
- 13:07 Changeset [7525] by
-
#1722 fixed a NullReferenceException in the HiveTaskView which led to a failing ContentViewTests unit test
- 13:00 Changeset [7524] by
-
#1691: Corrected parameterization of crossovers in IslandGeneticAlgorithm.
02/26/12:
- 22:42 Documentation/AboutHeuristicLab edited by
- we always emphasized that HeuristicLab is not a framework (diff)
02/24/12:
- 23:27 Changeset [7523] by
-
- sorted operators
- added crossover defined by Cordeau et al.
- fixed a few bugs
- 17:30 Changeset [7522] by
-
#1772: Merged changes from trunk, rigged the TournamentSelector to track clones, improved tracking code.
- 15:49 Changeset [7521] by
-
#1682: Forbid name changes in new gp crossovers
- 14:04 Changeset [7520] by
-
- improved performance of type discovery by moving compatibility check further up the chain (deep cloneable unit test time reduced from 32s to 18s)
- 13:48 Changeset [7519] by
-
- Fixed default ctor of OnemaxProblem
- Added unit test to instantiate all creatables
- 13:07 Changeset [7518] by
-
#1691: Updated VariableNeighborHoodSearch to use default operators for the shaking factor parameter.
- 11:44 Changeset [7517] by
-
#1691: Updated SimulatedAnnealing to use default operators.
- 11:39 Changeset [7516] by
-
#1691: Updated TabuSearch to use default operators.
- 10:59 Changeset [7515] by
-
#1772: Added tracking for mutation operators.
- 10:58 Changeset [7514] by
-
#1772: Merged latest trunk changes to SymbolicExpressionTreeEncoding. Deleted unneeded obj folder.
- 10:57 Changeset [7513] by
-
#1772: Deleted unneeded obj folder.
- 09:40 Changeset [7512] by
-
#1691: Updated PSO to use default operators.
- 09:25 Changeset [7511] by
-
#1691: Updated IslandGA, NSGA2 and IslandOSGA to use default operators.
- 09:04 Changeset [7510] by
-
#1691: Updated LocalSearch to use default operators.
- 08:23 Changeset [7509] by
-
#1691: Corrected setting of default operators in the GeneticAlgorithm & OSGA.
02/23/12:
- 17:43 Changeset [7508] by
-
#1682: Added performance unit tests for new GP crossovers.
- 16:14 Changeset [7507] by
-
#1682: Forgot to commit two files.
- 16:05 Changeset [7506] by
-
#1682: Integrated new gp crossovers into the trunk and corrected the parameter wiring.
02/22/12:
- 22:43 Changeset [7505] by
-
- added instances of Cordeau et al. as given by L. Moccia
- added operators for tabu search
02/21/12:
- 16:44 Changeset [7504] by
-
- improvements in the usage of the WeightCalculators
- small changes in all class which inherit from the WeightCalculator class
- 16:28 Changeset [7503] by
-
- residual bars center around zero at the X-Axis
- some small changes in the appearance
- 16:26 Changeset [7502] by
-
#1779: Corrected IsDynamicAssembly check in SandboxApplicationManager.
- 16:25 Ticket #1779 (IsDynamic check for assemblies does not work) created by
- In the ApplicationManager assemblies are checked if they were …
- 13:35 Changeset [7501] by
-
#1735: Corrected cloning of MinAverageMaxSymbolicExpressionTreeLengthAnalyzer.
- 12:48 Changeset [7500] by
-
#1708: Merged ResidualsHistogram in the trunk.
- 12:12 Changeset [7499] by
-
- .resx files have been deleted
- 11:13 Changeset [7498] by
-
#1682: SubtreeCrossover: Minor improvement inside the SelectCrossoverPoint method.
- 11:08 Changeset [7497] by
-
- Added names and detailed descriptions to all crossover operators
- Minor code improvements (selection of allowed branches and cutpoints)
- 11:03 Changeset [7496] by
-
#1683: Simplified selection of cut points and allowed branches.
- 11:01 Changeset [7495] by
-
- Simplified selection of cutpoints and reordered criteria for cutpoint selection
- 10:57 Changeset [7494] by
-
#1682: * Moved Swap method into base class
- Simplified selection of allowed branches
- Replaced while loop with a more simple reversed for loop
- 10:37 Changeset [7493] by
-
#1691: Reordered problem dependent operators in the GeneticAlgorithm and the OSGA.
- 10:03 Ticket #1778 (Hive Items throw an Exception on ToString) created by
- HiveItems constructed by default ctor throw NullReferenceException …
02/20/12:
- 17:07 Changeset [7492] by
-
#1774: Improved performance of type discovery for generic types.
- 16:48 Changeset [7491] by
-
- two new weight calculators have been implemented
- one has been deleted, because it didn't work as expected
- 15:12 Changeset [7490] by
-
#1682: Set range values of DepthConstrainedCrossover to read only.
- 13:53 Changeset [7489] by
-
#1682: Improved DepthConstrainedCrossover and removed readonly attribute from the operators collection in the MultiCrossover.
- 13:03 Changeset [7488] by
-
#1683: Minor code improvements in SemanticSimilarityCrossover.
- 11:17 Changeset [7487] by
-
#1758: changes according to mkommend's reviewing comments have been made and catch blocks now only catch specific exceptions
- 10:27 Changeset [7486] by
-
#1682: Added forgotten AfterDeserializationHook in the SymbolicDataAnalysisExpressionTreeInterpreter to add the EvaluatedSolutionsParameter if it is not present.
- 09:39 Changeset [7485] by
-
- changes according to mkommend's reviewing comments have been made