Skip to content

Instantly share code, notes, and snippets.

View createdbyx's full-sized avatar

Dean Lunz createdbyx

View GitHub Profile
using System;
namespace GeneticAlgorithm
{
/// <summary>
/// Genetic Algorithm class
/// </summary>
public class GA
{
private double _totalFitness;