/r/genetic_algorithms

Photograph via snooOG

Great examples of genetic algorithms and genetic programming.

/r/genetic_algorithms

8,532 Subscribers

7

Any advice on finding a job using my experience in genetic algorithms?

I recently graduated with my Master's in Computer Science. I spent a majority of my graduate career working as a graduate research assistant under a professor of mine who specialized in genetic algorithms. My university doesn't offer a PhD program, so my plan for this summer was to continue collaborating on research with him until I could get into a PhD program elsewhere. However, this past winter semester Dr. Horn unfortunately passed away. He was the only professor at my university who specialized in his field, so I don't have much in the way of academic references anymore. In order to get into a program, I'm thinking my best bet is to get something published so that I can at least build up my CV. That is obviously going to take time though, and I'd like to start paying off my student loans as soon as possible. Any advice on finding a job using my experience with genetic algorithms?

7 Comments
2024/09/16
19:30 UTC

2

Binary two-point crossover

How to use binary two-point crossover in Genetic Algorithm using R. Like- Single Point Crossover gabin_spCrossover(object,parent,...)

Uniform Crossover gabin_uCrossover(object,parent,...)

Suggest anyother binary crossovers also

1 Comment
2024/04/21
18:00 UTC

10

I have implemented a genetic algorithm and natural selection approach on Unity 3D. Please give me feedback and advice on additional genes that I can add to my simulation,

0 Comments
2024/03/03
08:41 UTC

18

Genetic Algorithm (PyGAD) Paints Realistic Monalisa using 16 Brush Strokes + Source Code

8 Comments
2024/02/12
21:31 UTC

4

بالعربي Non-Dominated Sorting Genetic Algorithm II (NSGA-II) Step-by-Step

0 Comments
2023/09/14
01:51 UTC

9

PyGAD 3.2.0 released with support of Multi-objective optimization is supported using NSGA-II.

GitHub Repository: https://github.com/ahmedfgad/GeneticAlgorithmPython

Documentation: https://pygad.readthedocs.io/en/latest

PyGAD is a Python library for solving optimization problems using the genetic algorithm. It supports deterministic/indeterministic single/multi-objective optimization and training Keras and PyTorch models.

Release Quick Summary:

  1. Support of multi-objective optimization using Non-Dominated Sorting Genetic Algorithm II (NSGA-II) using the NSGA2 class in the pygad.utils.nsga2 module.

  2. Two new NSGA-II parent selection methods are supported in the pygad.utils.parent_selection module: 1) Tournament selection for NSGA-II 2) NSGA-II selection.

  3. A new instance attribute named pareto_fronts added to the pygad.GA instances that holds the pareto fronts when solving a multi-objective problem.

  4. The plot_fitness() method in the pygad.plot module has a new optional parameter named label to accept the label of the plots.

Check this link for the full release notes: https://pygad.readthedocs.io/en/latest/releases.html#pygad-3-2-0

For donation:

- Credit/Debit Card: https://donate.stripe.com/eVa5kO866elKgM0144

- Open Collective: opencollective.com/pygad

- PayPal: Use either this link: paypal.me/ahmedfgad or the e-mail address ahmed.f.gad@gmail.com

- Interac e-Transfer: Use e-mail address ahmed.f.gad@gmail.com

0 Comments
2023/09/08
19:09 UTC

13

100 Snakes in AI Battle Royale using C++ and SFML. Source code is in the description.

1 Comment
2023/07/04
16:41 UTC

4

Guidance for creating a snake game AI using neural networks and genetic algorithms

This summer I am looking to work on a challenging project. What I want to do is use python to create a snake game AI that uses a neural network that is trained by a genetic algorithm to play the snake game in an efficient and impressive way. Please let me know of any videos, websites, and other resources you think may be helpful. I also am wondering how challenging this project will be? I am currently a second year computer science student with some understanding of discrete math, algorithms, and programming (mainly java). Any help or advice is greatly appreciated!

2 Comments
2023/03/17
04:44 UTC

19

Evolving in-game 3D creatures using genetic algorithms: Game under development. The DevLog shows first early in-game results of evolving the creatures by matching them against magical turrets.

16 Comments
2023/03/09
22:32 UTC

8

Simulation of neural network evolution

2 Comments
2023/02/16
14:45 UTC

8

Using neural-like or matrix-like genome for snakes in cellular space

0 Comments
2022/12/21
21:16 UTC

25

Genetic Algorithm To Train Neural Networks

A buddy and I recently launched some open source project. We created a framework in Java with which you can implement a Machine Learning Algorithm. It uses a genetic Algorithm to train a population of Neural Networks based on fitness function. Our motivation was to bring Machine Learning closer to people who only learned Java in school/University and wanna try out Machine Learning without the need of first learning python or super complex Java libraries. It's designed to be easy to use and to be played around with. The gentic Algorithm takes a big part in keeping the Framework as simple as possible.

We put a lot of effort in separating the Genetic Algorithm used in this framework from the rest of our work. It can therefore be used completely without the Neural Networks as well and is fully generic. (Even tho it's much more fun with Neural Networks :D). You can decide which Selection, Mutation or Recombination you want to use and even implement our own Selection/Mutation/Recombination process. (The most known ones are already implemented though)

Here is a tutorial how to predict diabetes with this framework: https://easy-ml.gitbook.io/easy-ml-for-java/fundamentals/implement-your-first-ai

Please also look at the GitHub repository and leave some feedback about code and design. (Especially considering the ReadMe)
https://github.com/tomLamprecht/Easy-ML-For-Java

Thanks so much!

PS: we earn no cent with this project, and we just do it for the experience. So feedback is basically our payment :D (We also take GitHu Stars tho lol)

Thank you guys so much!

6 Comments
2022/12/14
09:23 UTC

13

SpaceDrones: A simple learning environment for genetic optimization

0 Comments
2022/11/14
10:08 UTC

9

Extended submission deadline — EvoMUSART 2023 conference

Good news: The submission deadline of EvoMUSART 2023 has been extended to November 16th! 🙌

You still have time to submit your work to the 12th International Conference on Artificial Intelligence in Music, Sound, Art and Design (EvoMUSART).

If you work with Artificial Intelligence techniques applied to visual art, music, sound synthesis, architecture, video, poetry, design or other creative tasks, don't miss the opportunity to submit your work to EvoMUSART.

EvoMUSART 2023 will be held in Brno, Czech Republic, between 12 and 14 April 2023. 🇨🇿

For more information, visit the conference webpage: https://www.evostar.org/2023/evomusart/

https://preview.redd.it/5kgjbl6t2ux91.png?width=2083&format=png&auto=webp&s=73a80f2db8efd56ba2dd51321e0c8196a9147789

1 Comment
2022/11/04
01:03 UTC

9

12th International Conference on Artificial Intelligence in Music, Sound, Art and Design (EvoMUSART)

Hello colleagues,

We are organizing the 12th International Conference on Artificial Intelligence in Music, Sound, Art and Design (EvoMUSART) and we think it may be of interest to many of you. The conference will take place in Brno, Czech Republic, between 12 and 14 April 2023.

If you work with Artificial Intelligence techniques applied to visual art, music, sound synthesis, architecture, video, poetry, design or other creative tasks, you can present your work at this conference.

If not, it is also a great opportunity to know all the news of research in these fields.

For more information, visit the event's webpage: https://www.evostar.org/2023/evomusart/

https://preview.redd.it/y4qbkaby20p91.png?width=4167&format=png&auto=webp&s=1c44ab51b8cce6a8a4f9edb25596529052084715

0 Comments
2022/09/20
11:37 UTC

15

Genetic algorithms — cellular organisms

3 Comments
2022/08/30
06:51 UTC

4

How can I use genetic algorithm in blender for mechanism design??

Suppose we have different working components...how can I use a genetic algorithm for arranging them and making the optimal mechanism for a particular task?

8 Comments
2022/05/11
17:08 UTC

13

Is there a way to use the genetic algorithm to try and minimize two values?

I'm trying to use the genetic algorithm to maximize accuracy and recall. However, I only have an implementation where one of them can be maximized; any modifications that can be made? I imagine I could do this with a few if/else statements, choosing to produce children of the top parents that have the best fitness for my desired characteristic, but I was wondering if there was a more... rigorous way to go about this.

Thanks!

6 Comments
2022/04/28
05:42 UTC

7

Python + CUDA picture "mspaint-looks-alike" genetic algorithm

0 Comments
2022/02/08
20:11 UTC

3

Some questions about using genetic algorithm using MATLAB

Hello, I have a multi objective optimization problem that is to be solved using genetic algorithm. The following is one of the objective function

w= (h3-h4)/(h2-h1)

There are 4 independent variables. Can we just optimize only 2 variables like h2 and h3 ? Also can we use string variables as optimization variables ?

0 Comments
2022/02/03
13:17 UTC

16

Happy New Year to everyone! Let's hope for a wonderful 2022. The text is created with polygons that evolve with an Evolutionary Algorithm.

1 Comment
2021/12/31
16:47 UTC

19

Interactively mutating Cellular Automata until they look biological across 225 generations

1 Comment
2021/12/20
05:41 UTC

12

Genetically Evolved Cellular Automata

3 Comments
2021/12/13
22:26 UTC

9

Simulation of the famous Snake created by using mainly Pygame, Python and Blender. The RoboSnake is controlled by a Neural Network and the weights evolve with a Genetic Algorithm. You can see the gradual improvement of the AI. Hope you like it!

1 Comment
2021/11/30
02:00 UTC

Back To Top