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

27 lines
802 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: 1
nodes: 37
depth: 5
hits: 586
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-02 14:46:26 -04:00
hits: 586
raw fitness: 586.0000
standardized fitness: 586.0000
adjusted fitness: 0.9983
2024-04-01 00:01:49 -04:00
TREE:
2024-04-02 14:46:26 -04:00
(+ (- (- (- (/ convex minor)
(+ minor minor))
(log (/ perimeter area)))
(exp (log (log eccentricity))))
(- (log (exp (- major convex)))
(/ (+ (+ convex convex)
(log convex))
(* (+ area major)
(log major)))))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-02 14:46:26 -04:00
y = (((((convex / minor) - (minor + minor)) - log((perimeter / area))) - exp(log(log(eccentricity)))) + (log(exp((major - convex))) - (((convex + convex) + log(convex)) / ((area + major) * log(major)))))