Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zadanie

Znaleźć w przedziale <-4; 12> argument z dokładnością 0,001, dla którego funkcja:

F(x)= x MOD 1 * (COS( 20 * π * x) – SIN(x)) przyjmuje maksimum.

Dane do implementacji: Konfiguracja początkowa – parametry:

  1. Przedział rozwiązań: [a, b]
  2. Dokładność rozwiązania: d
  3. Rozmiar populacji: N
  4. Liczba pokoleń: T
  5. Prawdopodobieństwo krzyżowania: pk $\in$ [0; 1], zwykle stosowane: pk $\in$ (0.5; 1)
  6. Prawdopodobieństwo mutacji: pm $\in$ [0; 1], zwykle stosowane: pm $\in$ (0; 0.01)

Lab3

Lab3 dane screenshot Lab3 wykres screenshot Lab3 testy screenshot

Lab2

Lab2 screenshot

Lab1

Lab1 screenshot

About

School project for Inteligentne Systemy Agentowe - Genetic Algorithm implementation

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages