Timeline
06/04/10:
- 18:53 Changeset [3898] by
-
- VS not saving project file automatically....
- 18:51 Changeset [3897] by
-
- Added class diagram
- 18:49 Documentation/Howto/OptimizeExternalApplications edited by
- (diff)
- 16:24 Documentation/Howto/OptimizeExternalApplications edited by
- (diff)
- 16:20 Documentation/Howto/OptimizeExternalApplications edited by
- (diff)
- 15:23 Ticket #1031 (Ghost view appears after resizing the container) created by
- After resizing a window with a details group box that has contained a …
- 15:16 Documentation/Howto/OptimizeExternalApplications edited by
- (diff)
- 15:08 Changeset [3896] by
-
- Changed error display from message box to plugin infrastructure
- 15:06 Changeset [3895] by
-
- Improved exception handling and added default client
- 12:39 Documentation/Howto/OptimizeExternalApplications edited by
- (diff)
- 11:48 Documentation/Howto/OptimizeExternalApplications edited by
- Added class diagram (diff)
06/03/10:
- 20:50 Documentation/Howto/OptimizeExternalApplications edited by
- further structure (diff)
- 20:49 Documentation/Howto/OptimizeExternalApplications edited by
- extended documentation on external evaluation problem (diff)
- 17:08 Documentation/Howto/OptimizeExternalApplications created by
06/02/10:
- 21:34 Changeset [3894] by
-
- Added Bounds to SingleObjectiveTestFunctionSolution
- This would break persistence, so I added a CompatibilityMethod (which can be removed again once moving to 3.4)
- 20:17 Changeset [3893] by
-
- Fixed a bug when calculating amount of encoded bytes of a varint32
- 19:10 Changeset [3892] by
-
Improved code for analyzers for SVR and symbolic regression. #1009
- 17:20 Changeset [3891] by
-
- Added maximum evaluated solutions termination criterion to OSGAs
- 17:19 Ticket #1030 (Add a MaximumEvaluatedSolutions termination criterion to offspring ...) created by
- 16:29 IslandGA created by
- 16:18 Changeset [3890] by
-
- Fixed EvaluationTCPChannel
- Message delimiter and message are sent in the same call to socket.Send
- Added EvaluationTCPChannelView
- Fixed EvaluationTCPChannel
- 16:06 Documentation/FirstSteps edited by
- Added links (diff)
- 15:52 Ticket #1029 (SingleObjectiveTestFunctionView always uses standard bounds) created by
- 15:41 Ticket #938 (Data types and operators for regression problems) closed by
- fixed
- 15:40 Changeset [3889] by
-
changed CsvFileParser to use invariant culture (ticket #938)
- 15:40 Ticket #938 (Data types and operators for regression problems) reopened by
- 14:54 WikiStart edited by
- Added citatation info to intro page (diff)
- 14:46 Documentation/FAQ edited by
- Removed second reference for HL citations (diff)
- 14:42 Documentation/FirstSteps edited by
- (diff)
- 14:41 Documentation/FirstSteps edited by
- (diff)
- 14:41 Documentation/Reference/OSGA created by
- Added OSGA description stub
- 14:39 SASEGASA created by
- Added SASEGASA description stub
- 14:33 Documentation/FirstSteps edited by
- (diff)
- 14:31 Documentation/Reference/Genetic Algorithm created by
- Added SGA description
- 14:23 Documentation/FirstSteps edited by
- (diff)
- 14:22 Documentation/Reference/Evolution Strategy edited by
- (diff)
- 14:21 Documentation/Reference/Evolution Strategy edited by
- Worked on ES description (diff)
- 14:12 Documentation/Reference/Evolution Strategy edited by
- (diff)
- 14:04 Documentation/Reference/Evolution Strategy created by
- Started ES description page
- 13:54 Documentation/FirstSteps edited by
- Worked on user manual (diff)
- 12:55 Documentation/FirstSteps edited by
- Restructured user manual (diff)
- 12:48 Documentation/FirstSteps edited by
- Added list of algorithms/problems/testing (diff)
- 12:02 Changeset [3888] by
-
Fixed another compile error. #1009
- 11:16 Changeset [3887] by
-
Fixed compile error. #1009
06/01/10:
- 18:04 Changeset [3886] by
-
Improved wiring in LR algorithm. #1012
- 18:03 Changeset [3885] by
-
Fixed bug in cloning of symbolic expression grammars. #1028
- 18:02 Ticket #1028 (Symbolic expression grammars are not cloned correctly) created by
- 18:01 Ticket #1013 (Larger set of symbols for symbolic regression) closed by
- fixed
- 17:58 Changeset [3884] by
-
Worked on support vector regression operators and views. #1009
- 17:31 Documentation/FirstSteps edited by
- (diff)
- 17:28 UsersSamples edited by
- Added templates for GP samples (diff)
- 17:25 Documentation/FirstSteps edited by
- Added link to samples page (diff)
- 17:17 UsersSamples edited by
- Added GA TSP sample documentation (diff)
- 16:55 Documentation/Reference/Test Functions edited by
- Added label for Griewank function (diff)
- 16:48 UsersSamples created by
- Started working on sample documentation
- 16:39 Documentation/FirstSteps edited by
- (diff)
- 16:26 Ticket #1025 (Size and height of genetic programming trees are sometimes incorrect) closed by
- fixed
- 15:26 Ticket #1027 (Exception in Clone when running an algorithm) created by
- When running an algorithm in quick succession there is sometimes an …
- 12:52 Changeset [3883] by
-
- Added tcp channel for communicating messages
- Removed unnecessary enabled propagation in SolutionMessageBuilderView
- 12:00 WikiStart edited by
- Fixed typo (diff)
- 11:24 WikiStart edited by
- Adjusted intro table layout (centering) (diff)
- 03:57 Changeset [3882] by
-
Corrected formatting of license file (#1000)
- 03:15 Download edited by
- (diff)
- 03:01 Download edited by
- (diff)
- 02:58 WikiStart edited by
- (diff)
- 02:55 DevelopersTeam edited by
- (diff)
- 02:53 WikiStart edited by
- (diff)
- 02:47 Download edited by
- (diff)
- 02:43 Download edited by
- (diff)
- 02:22 Download edited by
- (diff)
- 01:41 WikiStart edited by
- (diff)
- 01:33 WikiStart edited by
- (diff)
- 01:31 Documentation/DevelopmentCenter/DeveloperGuidelines edited by
- (diff)
- 01:25 WikiStart edited by
- (diff)
05/31/10:
- 21:06 Changeset [3881] by
-
- Added license headers to designer files
- Refactored message building, to be user customizable and better extendable
- A SolutionMessageBuilder holds several Converters
- A Converter specifies several types to convert and a conversion method
- ExternalEvaluator has the message builder as parameter and exposes it to the UI through the parameters collection
- The proto file has been updated to include a length field in the array variables
- Converters exist for all types in HeuristicLab.Data
- 17:41 Download created by
- 17:29 Documentation/AboutHeuristicLab edited by
- Added license information (diff)
- 17:26 Documentation/AboutHeuristicLab edited by
- (diff)
- 17:13 Documentation/FirstSteps edited by
- Added link to plugin management console (diff)
- 16:50 Documentation/FirstSteps edited by
- (diff)
- 16:50 Documentation/FirstSteps edited by
- (diff)
- 16:37 Documentation/FirstSteps edited by
- (diff)
- 16:26 Changeset [3880] by
-
- Added EmptyUserDefinedProblemEvaluator and set as default evaluator in UserDefinedProblem
- Reverted accidental change to ES
- 16:07 Changeset [3879] by
-
Changed cross-validation in SVM.NET to return the MSE instead of the correlation coefficient. #1009
- 16:05 Changeset [3878] by
- 16:03 Changeset [3877] by
-
Added linear regression and support vector machine algorithms for data analysis. #1012, #1009
- 15:58 Changeset [3876] by
-
Added support for simplification of average functions and improved simplification of division function. #1026.
- 15:57 Ticket #1026 (Improve symbolic regression model simplifier) created by
- Support simplification of average function. Improve simplification of …
- 15:51 Changeset [3875] by
-
Fixed bug: ChangeNodeTypeManipulation created tree nodes with disabled symbols (InitialFrequency == 0). #1016
- 15:51 Ticket #1016 (ChangeNodeType mutation operator for GP trees uses function symbols ...) reopened by
- The same issue is also found in version 3.3
- 15:42 Documentation/FirstSteps created by
- 08:34 Changeset [3874] by
-
Added first implementation of a simple randomized greedy pruning operator. #125 (Pruning operator)
- 08:31 Changeset [3873] by
-
Removed fields for tree size and tree height in GeneticProgrammingModel instead iterate through the tree to determine the size/height whenever it is needed. #1025 (Incorrect size/height values for trees)
- 08:30 Ticket #1025 (Size and height of genetic programming trees are sometimes incorrect) created by
- Some trees can have negative size.
05/30/10:
- 22:31 Changeset [3872] by
-
- Updated ExternalEvaluationProblem
- Removed the custom crossover, manipulator, and solution creator (they're replaced with the UserDefined ones)
- Renamed all drivers to channels
- Added a client that takes the role of the previous driver
- Moved the BestScopeSolutionAnalyzer into Analysis (it's a generic operator after all)
- 22:20 Changeset [3871] by
-
- Added UserDefinedProblem
- Added a couple of operators: UserDefined(Crossover|Manipulator|Evaluator|SolutionCreator) derived from an abstract class UserDefinedOperator
- 18:58 Changeset [3870] by
-
- Updated external evaluation problem
05/28/10:
- 16:09 Changeset [3869] by
-
add initial implementation of multinormal test function (#1024)
- 16:06 Ticket #1024 (Add multinormal test function) created by
- 15:12 Changeset [3868] by
-
- Changed WeightedParentsQualityComparator to allow ComparisonFactor values smaller than 0 or greater than 1
- 14:08 Ticket #1023 (Implement UserDefinedProblem) created by
- The external evaluation problem as of r3865 is close to a user defined …
- 14:02 Changeset [3867] by
-
corrected state information in ScatterPlotView (ticket #1020)
- 12:10 Ticket #1022 (ComparisonFactors > 1 should be supported by the operator checking the ...) created by
05/27/10:
- 21:45 Changeset [3866] by
-
corrected critical bug in release tag (ticket #972)
- 20:27 Changeset [3865] by
-
- Worked on view for ExternalEvaluationProcessDriver
- Added missing events in SingleObjectiveTestFunctionProblem
- 15:41 Changeset [3864] by
-
- Removed warning in ExternalEvaluationProblem
- Added views project for ExternalEvaluation
- Fixed class name of ExternalEvaluationProcessDriver
- 14:09 Changeset [3863] by
-
corrected critical bug in ViewHost (ticket #972)
- 13:18 Changeset [3862] by
-
- updated external evaluation problem
- included in build config
- 10:35 Ticket #1021 (Refactor locking / disabling of views in HL 3.3) created by
- Currently every view has to override OnReadOnlyChanged and …
- 09:33 Ticket #1020 (Refactor views for DataAnalysisSolutions) created by
- Implement a new base class that allows the problem data for a solution …
- 09:14 Changeset [3861] by
-
- worked on external evaluation problem
- 08:54 Ticket #1019 (TestFunctions problem doesn't fire OnSolutionCreatorChanged / ...) created by
05/26/10:
- 15:19 Changeset [3860] by
-
- forgot to commit
- 15:18 Changeset [3859] by
-
- Updated external evaluation problem
- Added some Drivers
- Updated message
- 14:57 Documentation/FAQ edited by
- (diff)
- 14:33 WikiStart edited by
- (diff)
- 14:31 Documentation/FAQ created by
05/24/10:
05/21/10:
- 12:22 WikiStart edited by
- (diff)
- 12:22 WikiStart edited by
- (diff)
- 12:09 WikiStart edited by
- (diff)
- 11:56 WikiStart edited by
- (diff)
- 11:53 WikiStart edited by
- (diff)
- 11:36 WikiStart edited by
- (diff)
- 11:28 WikiStart edited by
- (diff)
- 11:27 WikiStart edited by
- (diff)
- 11:27 WikiStart edited by
- (diff)
- 11:23 WikiStart edited by
- (diff)
- 11:01 SystemRequirements edited by
- (diff)
- 10:58 WikiStart edited by
- (diff)
- 10:53 WikiStart edited by
- (diff)
- 10:51 WikiStart edited by
- (diff)
- 10:37 WikiStart edited by
- (diff)
- 10:35 WikiStart edited by
- (diff)
- 10:35 WikiStart edited by
- (diff)
- 10:30 WikiStart edited by
- (diff)
- 10:18 SystemRequirements created by
- 10:18 WikiStart edited by
- (diff)
- 10:17 WikiStart edited by
- (diff)
- 10:16 WikiStart edited by
- (diff)
- 10:15 Documentation/AboutHeuristicLab created by