AureumChaos / LEAP

A general purpose Library for Evolutionary Algorithms in Python.
Academic Free License v3.0
83 stars 19 forks source link

binary strings should print binary digits in probes by default, not True or False #320

Open markcoletti opened 9 months ago

markcoletti commented 9 months ago

Some change in the codebase altered output of binary representations into python True/False strings instead of binary digits, which is not desired behavior.