paper-with-me

Papers

Popt4jlib: A Parallel/Distributed Optimization Library for Java

2019-08-01 · Ioannis T. Christou

This paper describes the architectural design as well as key implementation details of the Open Source popt4jlib library (https://githhub.org/ioannischristou/popt4jlib) that contains a fairly large number of meta-heuristic and other exact optimization algorithms parallel/distributed Java implementations. Although we report on speedup and efficiency issues on some of the algorithms in the library, our main concern is to detail the design decisions for the key parallel/distributed infrastructure built into the library, so as to make it easier for developers to develop their own parallel implementations of the algorithms of their choice, rather than simply using it as an off-the-self application library.

📄 PDF Abstract BibTeX arXiv:1908.00338

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed Optimization

Similar Papers 제목 키워드 기반

DPLib: A Standard Benchmark Library for Distributed Power System Analysis and Optimization

2025-06-25 · Milad Hasanzadeh, Amin Kargarian

\textit{DPLib} is an open-source MATLAB-based benchmark library created to support research and development in distributed and decentralized power system analysis and optimization. Distributed and decentralized methods o…

Distributed Optimization

Exascale Grid Optimization (ExaGO) toolkit: An open-source high-performance package for solving large-scale grid optimization problems

2022-03-20 · Shrirang Abhyankar, Slaven Peles, Tamara Becejac, Jesse Holzer 외

This paper introduces the Exascale Grid Optimization (ExaGO) toolkit, a library for solving large-scale alternating current optimal power flow (ACOPF) problems including stochastic effects, security constraints and multi…

MANGO: A Python Library for Parallel Hyperparameter Tuning

2020-05-22 · Sandeep Singh Sandha, Mohit Aggarwal, Igor Fedorov, Mani Srivastava

Tuning hyperparameters for machine learning algorithms is a tedious task, one that is typically done manually. To enable automated hyperparameter tuning, recent works have started to use techniques based on Bayesian opti…

Bayesian OptimizationBIG-bench Machine LearningDistributed ComputingDistributed Optimization+2

POLO: a POLicy-based Optimization library

2018-10-08 · Arda Aytekin, Martin Biel, Mikael Johansson

We present POLO --- a C++ library for large-scale parallel optimization research that emphasizes ease-of-use, flexibility and efficiency in algorithm design. It uses multiple inheritance and template programming to decom…

PySCIPOpt-ML: Embedding Trained Machine Learning Models into Mixed-Integer Programs

2023-12-13 · Mark Turner, Antonia Chmiela, Thorsten Koch, Michael Winkler

A standard tool for modelling real-world optimisation problems is mixed-integer programming (MIP). However, for many of these problems, information about the relationships between variables is either incomplete or highly…