- Timestamp:
- 07/02/20 15:02:22 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3075_aifeynman_instances/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Feynman/Feynman56.cs
r17642 r17644 63 63 64 64 for (var i = 0; i < epsilon.Count; i++) { 65 var res = p_d[i] / (4 * Math.PI * epsilon[i]) * 3 * z[i] / Math.Pow(r[i], 2) *65 var res = p_d[i] / (4 * Math.PI * epsilon[i]) * 3 * z[i] / Math.Pow(r[i], 5) * 66 66 Math.Sqrt(Math.Pow(x[i], 2) + Math.Pow(y[i], 2)); 67 67 Ef.Add(res);
Note: See TracChangeset
for help on using the changeset viewer.