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

24 lines
651 B
Plaintext
Raw Normal View History

2024-04-01 00:01:49 -04:00
=== BEST-OF-RUN ===
2024-04-02 01:58:34 -04:00
generation: 0
nodes: 2
depth: 1
hits: 513
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-02 01:58:34 -04:00
hits: 513
raw fitness: 513.0000
standardized fitness: 513.0000
adjusted fitness: 0.9981
2024-04-01 00:01:49 -04:00
TREE:
2024-04-02 01:58:34 -04:00
(* (/ (exp (+ major minor))
(- (* eccentricity major)
(* 0.97781 minor)))
(+ (exp (- eccentricity convex))
(* (* 0.49033 minor)
(log eccentricity))))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-02 01:58:34 -04:00
y = ((exp((major + minor)) / ((eccentricity * major) - (0.97781 * minor))) * (exp((eccentricity - convex)) + ((0.49033 * minor) * log(eccentricity))))