COSC-4P82-Final-Project/build/run_1/regress.fn

17 lines
343 B
Plaintext
Raw Normal View History

2024-04-03 16:50:57 -04:00
Hits: 2154, Total Size: 2810, Percent Hit: 76.654804
CC: 978
CO: 177
OO: 1176
OC: 479
Fitness: 0.998681
Hits: 757
2024-04-01 09:50:07 -04:00
2024-04-03 16:50:57 -04:00
y = ((convex / log(minor)) / (eccentricity + (((0.95372 - (area / major)) / minor) + -0.12285)))
2024-04-01 09:50:07 -04:00
2024-04-03 16:50:57 -04:00
(/ (/ convex
(log minor))
(+ eccentricity
(+ (/ (- 0.95372
(/ area major)) minor) -0.12285)))