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

25 lines
690 B
Plaintext
Raw Normal View History

2024-04-01 09:50:07 -04:00
=== BEST-OF-RUN ===
generation: 4
nodes: 27
depth: 6
hits: 907
2024-04-01 09:50:07 -04:00
TOP INDIVIDUAL:
-- #1 --
hits: 907
raw fitness: 907.0000
standardized fitness: 907.0000
adjusted fitness: 0.9989
2024-04-01 09:50:07 -04:00
TREE:
(/ (* (/ (log extent)
(exp major))
(log (exp eccentricity)))
(- (exp (+ perimeter minor))
(- (* minor extent)
(- (log (- convex convex))
(/ eccentricity minor)))))
2024-04-01 09:50:07 -04:00
TREE-equ:
y = (((log(extent) / exp(major)) * log(exp(eccentricity))) / (exp((perimeter + minor)) - ((minor * extent) - (log((convex - convex)) - (eccentricity / minor)))))