Timeline
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
02/17/12:
- 23:14 Changeset [7484] by
-
#1614: fixed a few bugs in the combobox and made it look and behave like the standard combobox
- 21:33 Changeset [7483] by
-
#1614: updated project file
- 21:23 Changeset [7482] by
-
- Added a property ReferencePublication
- Added a custom combobox that can display a tooltip for each item
- Added tooltip for the different providers stating link and reference publication
- 14:25 Changeset [7481] by
-
#1682: Corrected gp-crossover code.
- Changed ISymbolicExpressionTreeCrossover
- Corrected SubtreeCrossover
- Updated MultiSymbolicDataAnalysisCrossover
- 14:03 Changeset [7480] by
-
- Fixed a parameter type in the GQAP
- Fixed loading of ICTAP instances (only the upper triangular matrix is required for the distances)
- Fixed a bug in the reducer that causes the loss of diversity
- 09:07 Documentation/Reference/VehicleRoutingProblem edited by
- (diff)
02/16/12:
- 17:20 Changeset [7479] by
-
#1772: Implemented an initial set of features: individual ancestry, genealogy tracking via customized genetic operators and data structures.
- 16:00 Changeset [7478] by
-
#1614: simplified GRASP+PR operator graph, replaced IMerger with an IPopulationReducer
- 13:53 Changeset [7477] by
-
#1682: Added missing files (that were previously incorrectly referencing the old branch), added unit tests, recommitted lost changes.
- 10:54 Changeset [7476] by
-
#1682: Added crossovers.
- 10:34 Changeset [7475] by
-
#1682: Corrected crossover branch (assembly references, prebuild command).
- 10:20 Changeset [7474] by
-
#1682: Deleted old branch.
- 10:05 Ticket #1777 (Extract UnitTests into a seperate solution) created by
- This allows the trunk solution to be build with VS express and …
- 08:21 Changeset [7473] by
-
#1722: Updated event snippets to allow modifier to be set (in sealed classes you'll want to change it to private instead of protected virtual (which is the default). Also using "var" instead of the concrete class name as type for the handler variable and compacted code.
02/15/12:
- 21:29 Changeset [7472] by
-
#1696 adjust plugin dependencies
- 19:24 Changeset [7471] by
-
- Added a button to recalculate the quality
- 17:28 Changeset [7470] by
-
- Removed incompatible problem linhp318.tsp (contains fixed edges)
- Fixed AssemblyInfo for TSPLIB
- Added unit tests
- Worked on assignment / solution view
- 11:26 Changeset [7469] by
-
#1710: Organized optimization views into folder and improved the automatic coloring of runs.
- 10:40 Changeset [7468] by
-
#1758: Minor code improvements (variable naming, return conditions)
02/14/12:
- 09:19 Changeset [7467] by
-
- added possibility to exclude members from object graph traversal by name
- excluded runs from object graph traversal in the Algorithm
- adapted DeepCloneableCloningTest
02/13/12:
- 16:35 Changeset [7466] by
-
- included TSLIB's ATSP and CVRP problems as well
02/10/12:
- 23:11 Changeset [7465] by
-
- Added TSPLIB instances (TSP, ATSP, CVRP)
- Improved parser for TSPLIB file format
- Added ProblemInstanceProvider as an abstract base class which handles the feeding of consumers
02/08/12:
- 13:43 Documentation/DevelopmentCenter/VSCodeSnippets edited by
- added note for resharper users (diff)
02/07/12:
- 16:50 Changeset [7464] by
-
- selection of a voting strategy is now possible
- a more sophisticated strategy as discussed with gkronber will be implemented soon
- 12:35 Changeset [7463] by
-
#1081 improved formatter, line chart view, simplifier for time series prognosis solutions
- 09:22 Changeset [7462] by
-
#1773 % symbols do not have to be escaped within \text{}.
02/06/12:
- 18:17 Changeset [7461] by
-
#1081 fixed a few problems related to a previous incorrect merge and removed unrelated projects from the solution.
- 18:00 AdditionalMaterial edited by
- fixed link (diff)
- 17:50 Changeset [7460] by
-
#1081: merged r7266:7459 from the trunk into the time series prognosis branch.
- 16:55 Changeset [7459] by
-
#1776: first implementation of different voting strategies (currently no gui elements are available to choose between the strategies)
- 14:17 Changeset [7458] by
-
#1776: branch creation complete
- 13:56 Changeset [7457] by
-
#1776: add additional project to branch "ClassificationEnsembleVoting"
- 13:54 Changeset [7456] by
-
#1776: create branch for new voting strategies in classification ensemble modeling (second try)
- 13:49 Changeset [7455] by
-
#1776: delete project files, which have been accidently branched
- 13:44 Changeset [7454] by
-
#1776: create branch for new voting strategies in classification ensemble modeling
- 13:41 Ticket #1776 (Improve Ensemble Classification with new Voting) created by
- New voting strategies will be implemented to improve the …