JakeF
JakeF
Sorry I'm not close to the project anymore! Good luck
Thanks for your quick and clear response! If we find a nice solution I will update this issue with our findings.
We don't have a really nice solution, but I thought I'd share where we have ended up... We think the following may be "good enough" for now. **WARNING: We haven't...
Runnable comparison: ```python import math import time from typing import NamedTuple, List, Iterable import torch from torch_scatter import scatter_max, scatter_min from evotorch import Problem from evotorch.algorithms import MAPElites, SearchAlgorithm from...