Closed granawkins closed 2 years ago
I appreciate the dual display mode, but your version of the read-out just doesn't work for me. I can't "read" it. Maybe with color, bold, spacing it will improve, but it looks like code, not a properly formatted display.
On 6/29/22 18:52, Grant wrote:
Re-implement a feature from Karoo Classic™: the (p)lay kernel (available in interactive mode). Loads a population of 1, prints it to the console and quits. Below is a sample output.
PS: We had a good discussion about the display last night. For now, play shows both display modes: 'viz' (the tree), then 'list'. We certainly will update these, but in a separate issue.
You can view, comment on, or merge this pull request online at:
https://github.com/kstaats/karoo_gp/pull/80
-- Commit Summary --
- play mode
- fix play mode default tree_type to match menu (g)
-- File Changes --
M karoo-gp.py (23) M karoo_gp/base_class.py (8) M karoo_gp/engine.py (6)
-- Patch Links --
https://github.com/kstaats/karoo_gp/pull/80.patch https://github.com/kstaats/karoo_gp/pull/80.diff
Message received! Just pushed a PR that looks like below. Will add color
with click
in a future PR
.
(Here is the image referenced above)
Re-implement a feature from Karoo Classic™: the (p)lay kernel (available in interactive mode). Loads a population of 1, prints it to the console and quits. Below is a sample output.
PS: We had a good discussion about the display last night. For now, play shows both display modes: 'viz' (the tree), then 'list'. We certainly will update these, but in a separate issue.