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

24 lines
786 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: 4
nodes: 27
depth: 7
hits: 790
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-02 14:46:26 -04:00
hits: 790
raw fitness: 790.0000
standardized fitness: 790.0000
adjusted fitness: 0.9987
2024-04-01 00:01:49 -04:00
TREE:
2024-04-02 14:46:26 -04:00
(* (exp (exp (log (+ (- perimeter eccentricity)
(log eccentricity)))))
(log (log (+ (/ (/ major minor)
(+ (log eccentricity) eccentricity))
(+ (- eccentricity eccentricity)
(log eccentricity))))))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-02 14:46:26 -04:00
y = (exp(exp(log(((perimeter - eccentricity) + log(eccentricity))))) * log(log((((major / minor) / (log(eccentricity) + eccentricity)) + ((eccentricity - eccentricity) + log(eccentricity))))))