Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 452 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 452 Bytes

AIS_guessString

Artificial Immune System for guessing a long string when having data on the success of each iteration

Description

AIS 1-iteration's algorythm:

  1. select M best
  2. crossover
  3. mutate

Demo

AIS tries to guess a string "Artificial Immune System"

Test result screenshot