Opened 20 months ago
Last modified 13 months ago
#2796 new feature request
Monte Carlo Tree Search (MCTS) for symbolic regression models
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Algorithms.DataAnalysis | Version: | branch |
Keywords: | Cc: |
Description
Follow up to #2581.
- Code for the automaton to generate expressions should be refactored
- Add support for heuristics for choosing branches to explore (based also on partial evaluation of expressions)
Change History (4)
comment:1 Changed 20 months ago by gkronber
comment:2 Changed 20 months ago by gkronber
comment:3 Changed 13 months ago by gkronber
r15650 renamed folder for branch
comment:4 Changed 13 months ago by lkammere
r15735 Update relative assembly references.
Note: See
TracTickets for help on using
tickets.
A branch has been created which contains all developments from #2581 which already included trunk changes. The feature should be improved within a branch before it can be integrated into the trunk.