COSC-4P82-Final-Project/build/run_3/regress.bst

22 lines
586 B
Plaintext
Raw Normal View History

2024-04-01 09:50:07 -04:00
=== BEST-OF-RUN ===
2024-04-01 11:02:44 -04:00
generation: 1
nodes: 20
depth: 7
hits: 804
2024-04-01 09:50:07 -04:00
TOP INDIVIDUAL:
-- #1 --
hits: 804
raw fitness: 804.0000
standardized fitness: 804.0000
adjusted fitness: 0.9988
2024-04-01 09:50:07 -04:00
TREE:
(log (+ (exp (log (- 0.70516 eccentricity)))
(+ (/ (log perimeter)
(+ major major))
(log (log (log (+ area minor)))))))
2024-04-01 09:50:07 -04:00
TREE-equ:
y = log((exp(log((0.70516 - eccentricity))) + ((log(perimeter) / (major + major)) + log(log(log((area + minor)))))))