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

23 lines
612 B
Plaintext
Raw Normal View History

2024-04-01 00:01:49 -04:00
=== BEST-OF-RUN ===
2024-04-02 14:46:26 -04:00
generation: 0
nodes: 24
depth: 5
hits: 668
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-02 14:46:26 -04:00
hits: 668
raw fitness: 668.0000
standardized fitness: 668.0000
adjusted fitness: 0.9985
2024-04-01 00:01:49 -04:00
TREE:
2024-04-02 14:46:26 -04:00
(* (/ (- (log (- major minor))
(log (+ eccentricity minor)))
(log (- (* minor area)
(/ area minor))))
(exp (exp (exp (log major)))))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-02 14:46:26 -04:00
y = (((log((major - minor)) - log((eccentricity + minor))) / log(((minor * area) - (area / minor)))) * exp(exp(exp(log(major)))))