Opened 9 months ago
Last modified 2 months ago
#3075 reviewing feature request
Implement symbolic regression problem instances from "AI Feynman" paper.
Reported by: | gkronber | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Problems.DataAnalysis.Symbolic.Regression | Version: | trunk |
Keywords: | Cc: |
Attachments (1)
Change History (27)
Changed 9 months ago by gkronber
comment:1 Changed 9 months ago by gkronber
- Description modified (diff)
comment:2 Changed 8 months ago by chaider
comment:3 Changed 8 months ago by chaider
r17638 Added first part of feynman equations as instances
comment:4 Changed 8 months ago by chaider
- Added rest of part I equations
- Set Training/Test Partitions to 105
comment:5 Changed 8 months ago by chaider
r17640 Added equations of part II
comment:6 Changed 8 months ago by chaider
r17641 Added part III of feynman equations
comment:7 Changed 8 months ago by chaider
r17642 Added field and constructor to define sample size in instances
comment:8 Changed 8 months ago by chaider
r17643 Added feynman bonus equations
comment:9 Changed 8 months ago by chaider
r17644 fixed exponent in Feynman II.6.15a
comment:10 Changed 8 months ago by chaider
- Updated instances (removed 2*pi term from equations)
- Added instances to InstanceProvider
comment:11 Changed 8 months ago by chaider
- Added possibility to add noise to the feynman instances
- Sorted instances by name
comment:12 Changed 8 months ago by chaider
r17649 Added noise instances for feynman bonus instances
comment:13 Changed 8 months ago by chaider
r17659 Fixed issues in some instances
comment:14 Changed 8 months ago by gkronber
- Milestone set to HeuristicLab 3.3.17
- Owner set to gkronber
- Status changed from new to accepted
comment:15 Changed 8 months ago by gkronber
- Version set to branch
comment:16 Changed 8 months ago by gkronber
- Status changed from accepted to reviewing
comment:17 Changed 8 months ago by gkronber
- r17670 Fix order of instances and add information on reference publication and description.
- r17671 Removed "Feynman" prefix from all instances
- r17672 rename file for reodering
- r17673 reorder instances
- r17674 small changes while reviewing
- r17675 reordering part1
- r17676 reorder part2
- r17677 update class names to match file names, split problem instances into 'small' and 'large' instances with separate providers
- r17678 changed title for noise part
comment:18 Changed 8 months ago by gkronber
- r17681: merged r17646:17648 from trunk to branch to prepare for reintegration
- r17682: merged r17638:17681 from branch into trunk
comment:19 Changed 8 months ago by gkronber
- Version changed from branch to trunk
comment:20 Changed 8 months ago by gkronber
r17683: deleted branch
comment:21 Changed 8 months ago by gkronber
r17684: include correct files in .csproj
comment:22 Changed 8 months ago by gkronber
The problem instances provider should not be the default selected one. Instead CSV should be the default. Right now AI is ordered first.
comment:23 Changed 2 months ago by gkronber
Discovered problem instance providers are ordered by Name in ProblemView line 70:
problemInstanceProviderComboBox.DataSource = ProblemInstanceProviders.OrderBy(x => x.Name).ToList();
comment:24 Changed 2 months ago by gkronber
r17804: start Name of CVS instance provider with a space to make sure it is ordered first.
comment:25 Changed 2 months ago by gkronber
- Use the same noise levels and calculation as in our experiments for the IEEE TeC paper.
- Reorder instances by name first and noise level second.
- Remove number of samples from the name.
comment:26 Changed 2 months ago by gkronber
- Owner changed from gkronber to mkommend
r17635 branched trunk