[package] name = "nsga" version = "0.1.2" authors = ["Max Kuznetsov "] edition = "2021" description = "Multi-objective genetic optimization algorithm NSGA-II" homepage = "https://github.com/syhpoon/nsga" repository = "http://github.com/syhpoon/nsga" license = "MIT" keywords = ["optimization"] categories = ["algorithms", "science"] readme = "README.md" [dependencies] rand = "0.8.5" peeking_take_while = "1.0.0" [[bin]] name = "binh-korn" path = "src/examples/binh-korn/main.rs"