Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 184 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 184 Bytes

Homeworks and Labs on genetic algorithms

HW1

Find maximum of function: cos(exp(x)) / sin(log(x))

LAB1

Knapsack problem

brute force solution

genetic algorithm solution