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

18 lines
396 B
Plaintext
Raw Normal View History

2024-04-03 00:43:01 -04:00
Hits: 2410, Total Size: 2810, Percent Hit: 85.765125
CC: 720
CO: 385
OO: 1690
OC: 15
Fitness: 0.998753
Hits: 801
2024-04-01 00:01:49 -04:00
2024-04-03 00:43:01 -04:00
y = (log(extent) / (exp(major) * ((exp(perimeter) / exp(eccentricity)) * ((convex + extent) * (convex * convex)))))
2024-04-01 00:01:49 -04:00
2024-04-03 00:43:01 -04:00
(/ (log extent)
(* (exp major)
(* (/ (exp perimeter)
(exp eccentricity))
(* (+ convex extent)
(* convex convex)))))