Skip to content

pagmo2v2.19.1

Updated

A C++ platform to perform parallel computations of optimization tasks (global and local) via the asynchronous generalized island model.

#Usage

pagmo2 provides CMake targets:

find_package(pagmo CONFIG REQUIRED)
target_link_libraries(main PRIVATE Pagmo::pagmo)

#Supported Platforms

!xbox

  • linux
  • osx
  • uwp
  • windows

    #Features

    No default features.

    #ipopt

    Enable the Ipopt wrappers

    Dependencies:
    and 10 transitive dependencies:
    Host Dependencies:
    4 transitive dependencies:

    #nlopt

    Enable the NLopt wrappers

    Dependencies:

    No transitive dependencies.

    Host Dependencies:
    2 transitive dependencies:

    #Dependencies

    and 74 transitive dependencies:

    #Host Dependencies

    and one transitive dependency:

    #Used By

    #Host Tool For

    No ports use this.

    #Contributors

    • David Millard's avatarDavid Millard
    • Billy O'Neal's avatarBilly O'Neal
    • Chuck Walbourn's avatarChuck Walbourn
    • Jia Yue Hua's avatarJia Yue Hua
    • Yury Bura's avatarYury Bura
    • Frazer McLean's avatarFrazer McLean

    #Changelog

    • 9f1f252[pagmo2] Add ipopt feature (#53599)
    • 0f30b76[pagmo2] Avoid stdext::checked_array_iterator. (#51800)
    • 11bbc87[eigen3] update to v5.0.1 (#47523)
    • 8b770f8[pagmo2] update to 2.19.1 (#41597)
    • 5d2a0a9Update xbox supports expressions for failing ports with copyleft licenses (#31770)
    • cf69bc7[pagmo2] Update to 2.19.0 (#29512)
    • 5f6dfcb[tbb, pagmo2] Update TBB to 2021.5 and update pagmo2 to 2.18.0 (#26284)
    • a8a0797[pagmo2] Add new port (#15682)