Alot of name changes and file name changes
This commit is contained in:
@ -1 +0,0 @@
|
||||
# Crossover function
|
||||
@ -1,2 +0,0 @@
|
||||
# FROM (. means local) file_name IMPORT function_name
|
||||
from .examples import crossover_examples
|
||||
@ -1,15 +0,0 @@
|
||||
class crossover_examples:
|
||||
""" Crossover explination goes here.
|
||||
|
||||
Points - Defined as sections between the chromosomes genetic makeup
|
||||
"""
|
||||
|
||||
def single_point_crossover(ga):
|
||||
"""Single point crossover is when a "point" is selected and the genetic
|
||||
make up of the two parent chromosomes are "Crossed" or better known as swapped"""
|
||||
pass
|
||||
|
||||
def multi_point_crossover(ga,number_of_points = 2):
|
||||
"""Multi point crossover is when a specific number (More then one) of
|
||||
"points" are created to merge the genetic makup of the chromosomes."""
|
||||
pass
|
||||
Reference in New Issue
Block a user