Opened 10 years ago
Last modified 9 years ago
#2301 closed enhancement
Improve numeric accuracy in create experiment dialog — at Version 3
Reported by: | abeham | Owned by: | pfleck |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.12 |
Component: | Optimizer | Version: | 3.3.10 |
Keywords: | Cc: |
Description (last modified by pfleck)
Move the ValueGenerator* to HeuristicLab.Common, or another suitable and accessible place and use it in the create experiment dialog to avoid accuracy problems.
In order to move the ValueGenerator to the Common plugin, the methods for generating normal distributed values are moved to the the NormalDistributedRandom class in the Random plugin.
*trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/ValueGenerator.cs
Change History (3)
comment:1 Changed 10 years ago by mkommend
- Owner set to pfleck
- Status changed from new to assigned
comment:2 Changed 10 years ago by pfleck
- Status changed from assigned to accepted
comment:3 Changed 10 years ago by pfleck
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.