Skip to content

Instantly share code, notes, and snippets.

@Sylwekqaz
Sylwekqaz / readme.markdown
Last active March 7, 2017 11:48
Simple genetic algorithm

Simple genetic algotithm

Related [article], unfortunately in not in english.

  • MainViewModel.cs contains genetics algorithm and have contains property to dwaw chart
  • LinqExtension.cs contains fonction to get random item with probability
  • MainWindow.xaml represent simple window with oxy plot
  • MainWindow.xaml.cs calls Generate() functions from VM on button click

[article]: