Jony Hudson

Results 21 issues of Jony Hudson

**What happened**: If Grafana is started with the current working directory set to directory that the process does not have permission to access then it fails to start, yielding an...

needs more info
area/configuration

Chex dataclasses can be pickled with `pickle`, but not with `dill`: ```python import dill import pickle import chex @chex.dataclass class Point: x: float y: float # Works fine. pickle.dumps(Point(x=1.0, y=2.0))...

This PR adds a feature to minimise other windows, both as an intentional action from the switching window, and as a configurable default action when completing a switch. I'm not...

Would be nice to have a convenience function that generates a generic report on the last run (timings, pareto plot, accuracy score, variance etc).

At the moment scoring, fitness, selection etc all drop properties directly onto individuals. I'm not sure this is the best way to do it, as it could be confusing and...

Will probably need to switch all of the random calls. Not sure how this will work with multi-threading.