regtm

Results 6 comments of regtm

Seems consistent with what is checked in the population class for the termination: ``` if not self.config.no_fitness_termination: # End if the fitness threshold is reached. fv = self.fitness_criterion(g.fitness for g...

You could save the genome object returned by population.run() using pickle.

Running into the same error in colab environment. Is anyone running into this problem outside of an interactive environment? Edit: \__file__ is [not guaranteed to be set](https://github.com/ipython/ipython/issues/10123). Hence my [quick...

I've [forked](https://github.com/regtm/dload) the project to incorporate the path fallback and also changes for streamed downloads from @miccoh1994

@BrandonKMLee you can install it directly from the repo with `!pip install git+https://github.com/regtm/dload.git`

The % in the built query is causing your error, as the % is used for url encoding. Use * instead.