Skip to Content

gapp v0.2.0

Created
Updated

A genetic algorithms library in C++ for single- and multi-objective optimization.

# Usage

gapp provides CMake targets:

find_package(gapp CONFIG REQUIRED)
target_link_libraries(main PRIVATE gapp::gapp) 

# License

# Supported Platforms

(windows | linux) & !arm

  • linux
  • windows-x64
  • windows-x86
  • osx
  • uwp
  • windows-arm64

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • KRM7's avatar KRM7

# Changelog

  • 64ca152 [gapp] New port (#35330)

# Source