Changeset 17671 for branches/3075_aifeynman_instances/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Feynman/Feynman33.cs
- Timestamp:
- 07/17/20 15:19:12 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3075_aifeynman_instances/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Feynman/Feynman33.cs
r17659 r17671 29 29 get { 30 30 return string.Format( 31 " FeynmanI.32.17 (1/2*epsilon*c*Ef**2)*(8*pi*r**2/3)*(omega**4/(omega**2-omega_0**2)**2) | {0} samples | noise ({1})",31 "I.32.17 (1/2*epsilon*c*Ef**2)*(8*pi*r**2/3)*(omega**4/(omega**2-omega_0**2)**2) | {0} samples | noise ({1})", 32 32 trainingSamples, noiseRatio == null ? "no noise" : noiseRatio.ToString()); 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.