The Logistic Map provides a well known demonstration of chaos theory and, specifically, the butterfly effect.
TRAL.RANDOMNESS — Random Number Class Library for C#
TRAL.RANDOMNESS is a random number class library for C#. It provides common PRNG algorithms and a random number generator class.
EVOLGEN — Genetic Algorithm — TSP 20,000 Cities
Results are presented of a genetic algorithm (GA) solving the Travelling Salesman Problem (TSP) with 20,000 city locations.
Statistics – Confidence Intervals
I wrote the following many years ago when I learning basic statistics. It still serves as a reference occasionally and I thought I’d put it online.
Statistics – Mean, Distribution and Variance
I wrote the following many years ago when I learning basic statistics. It still serves as a reference occasionally and I thought I’d put it online.
Solving Monster 10K City TSP with a Genetic Algorithm
A genetic algorithm is a search optimization technique which derives inspiration from biological notions concerning genetics and evolution.