bingo
bingo copied to clipboard
Hi, I have installed Bingo with the following steps: ```bash conda create -n bingo python=3.8 conda activate bingo conda install --channel conda-forge --file requirements.txt ./.build_bingocpp.sh pip install . ``` The...
When redundant=True in Evaluation, get_best_indivdiual leads to an additional evaluation of the parent population. Including this fix removes this issue. I checked this with crowding and it works, I have...
How do you assess whether a physics-regularized fitness function surpass the performance of non-SR state-of-the-art machine learning algorithms (accuracy, uncertainty, extrapolability, interpretability, etc.)?
The main one that comes to mind is [gplearn](https://github.com/trevorstephens/gplearn), which I came across in the following article: > Weng, B.; Song, Z.; Zhu, R.; Yan, Q.; Sun, Q.; Grice, C....
How/where in the codebase does this get implemented? I assume that this takes the form of artificially imposing certain equations in the initial population gene pool
The Distance function compares row-wise for each element to see if they match. However, how does this reflect to AGraphs with the same equation tree, but with different command arrays....
Currently, the only place that this repository is described is in the README.md. All that is currently shown in the description field is `No description, website, or topics provided.` The...