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

17 lines
463 B
Plaintext
Raw Normal View History

2024-04-03 12:00:49 -04:00
Hits: 1940, Total Size: 2810, Percent Hit: 69.039146
CC: 1100
CO: 48
OO: 840
OC: 822
Fitness: 0.998586
Hits: 706
2024-04-01 00:01:49 -04:00
2024-04-03 12:00:49 -04:00
y = (((((eccentricity * extent) - convex) / area) * log(exp((area / convex)))) + ((((major / minor) + log(extent)) + extent) - exp(log((extent + extent)))))
2024-04-01 00:01:49 -04:00
2024-04-03 12:00:49 -04:00
(+ (* (/ (- (* eccentricity extent) convex) area)
(log (exp (/ area convex))))
(- (+ (+ (/ major minor)
(log extent)) extent)
(exp (log (+ extent extent)))))