Timeline
11/14/18:
- 16:32 Changeset [16302] by
-
#2950: Add support for strict hashing (taking constants and variable weights into account)
- 15:32 Changeset [16301] by
-
#2958: Fix small bug.
- 15:27 Changeset [16300] by
-
#2963: Add README.txt and remove unsupported code from benchmarks.
- 15:23 Changeset [16299] by
-
#2963: Add first version of HeuristicLab.Benchmarks
- 15:19 Ticket #2963 (HeuristicLab.Benchmarks) created by
- Unit tests are not completely suitable for measuring performance, as …
- 13:34 Changeset [16298] by
-
#2958: Add batch interpreter performance unit tests (for arithmetic and typecoherent grammar).
- 12:12 Changeset [16297] by
-
#2958: Very minor refactor.
- 12:08 Changeset [16296] by
-
#2958: SymbolicDataAnalysisExpressionTreeBatchInterpreter: simplify Compile, add cache for variable values (helps a lot with performance).
11/13/18:
- 15:22 Changeset [16295] by
-
#2288: Refactor code (use HL impacts calculator instead of manually calculating impacts, various fixes and improvements)
11/12/18:
- 20:45 Changeset [16294] by
-
#2948: worked on review comments.
- 14:54 Changeset [16293] by
-
#2958: Support additional symbols in the SymbolicDataAnalysisExpressionTreeBatchInterpreter
- 11:38 Changeset [16292] by
-
#2962: Update the population with crossover children.
- 11:25 Ticket #2962 (Subtree crossover distribution test displays incorrect statistics) created by
- In the SubtreeCrossoverDistributionsTest, we have the following code …
11/09/18:
- 15:04 Changeset [16291] by
-
#2950: Fix typo in ComputeAverageSimilarity
11/08/18:
- 18:57 Changeset [16290] by
-
#2950 adjusted scaling code for SymbolicDataAnalysisModels because with the new hashing code and simplification we cannot assume that scale and offset nodes are at the same locations
- 18:02 Changeset [16289] by
-
#2958: Add plugin dependency to native interpreter plugin.
- 17:10 Changeset [16288] by
-
- added license information to all files
- added missing storable and cloning constructors
- fixed a bug that caused an exception when a Hive Slave tried to delete the files in the PluginTemp folder
- 16:55 Changeset [16287] by
-
#2958: Keep the SymbolicDataAnalysisExpressionTreeBatchInterpreter, but remove vectorization.
- 15:29 Changeset [16286] by
-
#2958: Forgot to commit changes to project file
- 14:35 Ticket #2961 (Hive slave does not properly unload plugins) created by
- Plugins provide an OnUnload method which can be used to execute …
- 13:11 Changeset [16285] by
-
#2958: Add vectorized SymbolicDataAnalysisExpressionTreeBatchInterpreter and update project config (Nuget package System.Numerics).
11/07/18:
- 15:16 Changeset [16284] by
-
#2950: Add the ability to compute the structural similarity between symbolic expression trees.
- 14:42 Changeset [16283] by
-
#2959: Refactor bottom-up similarity calculator methods (main logic stays the same, better implementation), update unit tests.
- 14:01 Ticket #2916 (Improve serialization of IndexedDataTable) closed by
- done
- 14:01 Changeset [16282] by
-
#2916: merged to stable
- 14:00 Ticket #2926 (Update Sim# version) closed by
- done: r16281: merged to stable
- 14:00 Changeset [16281] by
-
#2926: merged to stable
- 13:58 Changeset [16280] by
-
#2960: added query methods
- 13:55 Ticket #2960 (Row and Column query methods for StringMatrix) created by
- ValueTypeMatrix<T> has methods: * GetRow(int row): IEnumerable<T> * …
11/06/18:
- 15:41 Changeset [16279] by
-
#2959: Simplify code, improve performance, fix another potential bug in relation with 3).
- 14:24 Changeset [16278] by
-
#2959: Address the issues described in the ticket.
- 14:21 Ticket #2959 (Issues with the bottom-up similarity calculator) created by
- The [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.102.7958 …
11/05/18:
- 18:52 Changeset [16277] by
-
#2958: Add EvaluatedSolutions as parameter, similar to the other interpreters.
- 17:51 Changeset [16276] by
-
#2958: Add SymbolicDataAnalysisExpressionTreeNativeInterpreter which calls into the native implementation.
- 17:06 EvoSoft edited by
- (diff)
- 17:05 EvoSoft/2018 created by
- 13:19 Changeset [16275] by
-
#2925: changed random initialization of parameters and fixed two non-critical bugs in the implementation
11/04/18:
- 11:05 Changeset [16274] by
-
#2958: Update dll files and C++ source code to the latest version.
- 10:56 Changeset [16273] by
-
#2950: Improve hashing performance.
11/02/18:
- 16:20 Changeset [16272] by
-
#2950: Refactor hash extensions and utility methods: hashes are computed from byte[] arrays, simplification accepts an argument specifying which hash function to use. Update SymbolicDataAnalysisBuildingBlockAnalyzer and SymbolicDataAnalysisExpressionDiversityPreservingCrossover.
11/01/18:
- 20:11 Changeset [16271] by
-
#2950: Fix SymbolicDataAnalysisBuildingBlockAnalyzer compilation error.
- 19:59 Changeset [16270] by
-
#2950: Fix compilation error in SymbolicDataAnalysisExpressionDiversityPreservingCrossover
- 19:42 Changeset [16269] by
-
#2958: Add C++ source code
- 19:39 Changeset [16268] by
-
#2925 created a separate algorithm (similar to NLR but for parameter identification of ODE systems) for debugging of the parameter optimization and fixed a problem with the order of items in the checkedItemCollection for TargetVariables
- 19:33 Changeset [16267] by
-
#2950: Rename HashNode.IsChild property to IsLeaf
- 18:49 Changeset [16266] by
-
#2958: Add native interpreter dll wrapper as external lib.
- 18:38 Ticket #2958 (Vectorized/batch-mode interpreter for symbolic expression trees) created by
- This ticket explores the possibility of employing batching and …
- 18:29 Changeset [16265] by
-
#1278: renamed branch
- 18:26 Changeset [16264] by
-
#2957: initial import of physics problems implemented by lkammere
- 08:07 Ticket #2957 (Implement symbolic regression problem instances from "A multilevel ...) created by
- See: https://arxiv.org/abs/1706.02281 This paper uses data from …