COSC-4P82-Final-Project/cmake-build-relwithdebinfo/run_3/regress.fn

18 lines
505 B
Plaintext
Raw Normal View History

2024-04-02 01:58:34 -04:00
Hits: 1315, Total Size: 2810, Percent Hit: 46.797153
CC: 1112
CO: 6
OO: 203
OC: 1489
Fitness: 0.998258
Hits: 573
2024-04-01 00:01:49 -04:00
2024-04-02 01:58:34 -04:00
y = (log(log((log(eccentricity) * exp(eccentricity)))) * log((((major + eccentricity) * (perimeter + major)) - ((major / eccentricity) / (perimeter / convex)))))
2024-04-01 00:01:49 -04:00
2024-04-02 01:58:34 -04:00
(* (log (log (* (log eccentricity)
(exp eccentricity))))
(log (- (* (+ major eccentricity)
(+ perimeter major))
(/ (/ major eccentricity)
(/ perimeter convex)))))