Circle-Evolution icon indicating copy to clipboard operation
Circle-Evolution copied to clipboard

Evolutionary Art Using Circles in Python

Results 9 Circle-Evolution issues
Sort by recently updated
recently updated
newest added

Resolves #19 by adding `show_img` and `save_img` as class methods. ## Description + Added `show_img` and `save_img` as class methods under `species.Specie`, removed `show_image` from `helpers` + Incorporated resize upon...

**Is your feature request related to a problem? Please describe.** Lots of people (myself included) like reading examples as it is a fast way to get to know the codebase...

enhancement

Constraining versions is fine but having absolute versions is probably not the way to go.

**Is your feature request related to a problem? Please describe.** Using helper classes is great for viewing phenotypes however It would be great to have a function in the species...

enhancement

Observer Pattern for Reporters and Runners ## Description I've added a Base Reporter class, in which you should provide a way to set up the reporter and deal with incoming...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, circle-evolution does not support logging - it actually uses the `__buitlins__.print` function to show some info to the user....

enhancement

## Reporter class Just like the fitness.py but for logging and letting the user know what is going on. - [ ] Add reporter.py and the base Reporter class. -...

Implemented the following performance boosts: Multiple offspring per generation (default = 50), with best fitting offspring selected as the parent of the next generation. Parallel processing, fitness of each offspring...

## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...