-
If you open a GitHub issue, here is our policy:
It must be a bug, a feature request, or a significant problem with the documentation (for small docs fixes please send a PR instead).
The form below…
-
Hello, I'm trying out evotorch to eventually do some black box optimization on the YOLOv8 model. However, I've run into the following error when trying to run SNES on a SupervisedNE problem on the CO…
-
## 🐛 Bug
I use downloaded from site a stable version 1.3.1 of libtorch in debug and release modes
And I'm testing a simple project on mnist data from pytorch site.
When project is executed and …
-
I noticed a new network (fe3f6...) in http://zero.sjeng.org/networks/
Can you provide some information about win rate over the previous best network?
Number of games it was trained on? How long it…
-
Hi @dadukhankevin , Thanks for sharing the wonderful framework. However, I have trouble in using personal data to train and test. For example, how do I using Finch to process iris dataset, stored in a…
-
Hey guys,
amazing work! Quick question, is it possible to also evolve topology of networks using your framework? Like NEAT does?
-
Hi there! Nice to see more enthusiasm for JAX and evolutionary optimization. Any reason why you don't mention [EvoJAX](https://github.com/google/evojax/) and [evosax](https://github.com/RobertTLange/e…
-
Hi. With Jupyter notebook, the following script:
```
import torch
from evotorch.neuroevolution import NEProblem
from evotorch.algorithms import CMAES
from evotorch.logging import PandasLogger
fr…
-
run experiments with/without:
adaptive mutation rate
adaptive exploration rate
mut-mod from world model neuroevolution paper
run experiments to confirm that these work
-
## 🐛 Bug
https://discuss.pytorch.org/t/vector-subscript-out-of-range-and-other-errors-with-intel-c/55156
## To Reproduce
Steps to reproduce the behavior: VS2017 + Intel v19 compilers + libtor…