VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Genetic Algorithm with a Twist

Troy Williams  (2 Submissions)   Math/Dates   Visual Basic 3.0   Advanced   Wed 3rd February 2021

The purpose of this code is to demonstrate that a Genetic algorithm can be created using real values, that is by using real numbers instead of binary representations of them.

Assumes
This program includes all the functions and subroutines that you will require to preform a Genetic search. The way the code was designed to be highly modular. I didn't use any classes as the intent of this code was to demonstrate genetic algorithms and not OOP! The code is commented and if you run it and study the source you should be able to discern how it functions. Remember that if you have no experience with this kind of programming, then you will have difficulty understanding what is going on. If you have any questions or comments, please feel free to email me or post them here.

Rate A Genetic Algorithm with a Twist (3(3 Vote))
A Genetic Algorithm with a Twist.bas

A Genetic Algorithm with a Twist Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters