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)))))
|