Changeset 17003 for branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Problems.DynamicalSystemsModelling
- Timestamp:
- 06/11/19 20:56:51 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Problems.DynamicalSystemsModelling/3.3/ProblemInstanceProvider.cs
r16999 r17003 265 265 Name = "Pendulum (simulated)", 266 266 Description = "Publication: M. Schmidt, H. Lipson; Distilling Free-Form Natural Laws from Experimental Data, Science Apr 2009: Vol. 324, Issue 5923, pp. 81 - 85.", 267 TargetVariables = new[] { "theta", "omega ", "v" },267 TargetVariables = new[] { "theta", "omega1" }, 268 268 InputVariables = new string[] { }, 269 269 TrainingEpisodes = new IntRange[] { new IntRange(0, 502) },
Note: See TracChangeset
for help on using the changeset viewer.