VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Genetic Algorithm with a Twist

by Troy Williams (2 Submissions)
Category: Math/Dates
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

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

Upload

Download this snippet    Add to My Saved Code

A Genetic Algorithm with a Twist Comments

No comments have been posted about A Genetic Algorithm with a Twist. Why not be the first to post a comment about A Genetic Algorithm with a Twist.

Post your comment

Subject:
Message:
0/1000 characters