-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random fitness based individual generator and image generation #4
Comments
Random fitness based algorithm:
Image generation:After implementing the random fitness-based individual generation algorithm, I proceeded to develop the image generation algorithm. This algorithm iteratively executes the individual generation process, continuously feeding its output back into the individual generation algorithm after each individual is created. This cycle continues until the desired number of individuals is generated. |
Testing image generationGot some promising results with this simple algorithm: The first render with 2,000 individuals took 2 minutes and 47 seconds. For this example, I used the non-masked average color sampler. |
Now that the main components are ready:
It is now possible to implement a simple individual generation algorithm, which will allow me to test how all the previous components interact and function together.
The text was updated successfully, but these errors were encountered: