Distributed Parametric Optimization with the Geneva Library
Offered By: CppNow via YouTube
Course Description
Overview
Explore the Geneva library, an open-source collection of distributed optimization algorithms, in this conference talk from BoostCon 2011. Learn how Geneva leverages various Boost libraries to solve large-scale parametric optimization problems across multi-core systems, clusters, and cloud environments. Discover the library's support for gradient descents, evolutionary algorithms, and swarm algorithms, with plans to include simulated annealing. Understand how Geneva's unified data structures allow candidate solutions to move freely between optimization algorithms. Gain insights into the library's scalability, having been tested with hundreds of clients working simultaneously on optimization problems. Hear about the presenter's experiences using Boost libraries such as Serialization, Threads, Conversion, Date/Time, Function, and Bind from a user's perspective.
Syllabus
Distributed parametric optimization with the Geneva library - Ruediger Berlich [ BoostCon 2011 ]
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube