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

24 lines
701 B
Plaintext
Raw Normal View History

2024-04-01 00:01:49 -04:00
=== BEST-OF-RUN ===
generation: 0
2024-04-02 01:58:34 -04:00
nodes: 24
depth: 5
hits: 573
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-02 01:58:34 -04:00
hits: 573
raw fitness: 573.0000
standardized fitness: 573.0000
adjusted fitness: 0.9983
2024-04-01 00:01:49 -04:00
TREE:
2024-04-02 01:58:34 -04:00
(* (log (log (* (log eccentricity)
(exp eccentricity))))
(log (- (* (+ major eccentricity)
(+ perimeter major))
(/ (/ major eccentricity)
(/ perimeter convex)))))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-02 01:58:34 -04:00
y = (log(log((log(eccentricity) * exp(eccentricity)))) * log((((major + eccentricity) * (perimeter + major)) - ((major / eccentricity) / (perimeter / convex)))))