paper-with-me

Papers

A Quadratic Time Locally Optimal Algorithm for NP-hard Equal Cardinality Partition Optimization

2021-09-16 · Kaan Gokcesu, Hakan Gokcesu

We study the optimization version of the equal cardinality set partition problem (where the absolute difference between the equal sized partitions' sums are minimized). While this problem is NP-hard and requires exponential complexity to solve in general, we have formulated a weaker version of this NP-hard problem, where the goal is to find a locally optimal solution. The local optimality considered in our work is under any swap between the opposing partitions' element pairs. To this end, we designed an algorithm which can produce such a locally optimal solution in $O(N^2)$ time and $O(N)$ space. Our approach does not require positive or integer inputs and works equally well under arbitrary input precisions. Thus, it is widely applicable in different problem scenarios.

📄 PDF Abstract BibTeX arXiv:2109.07882

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Locally Optimal Number Set Partitioning for Scheduling, Allocation and Fair Selection

2021-09-10 · Kaan Gokcesu, Hakan Gokcesu

We study the optimization version of the set partition problem (where the difference between the partition sums are minimized), which has numerous applications in decision theory literature. While the set partitioning pr…

Scheduling

A Linearithmic Time Locally Optimal Algorithm for the Multiway Number Partition Optimization

2022-03-10 · Kaan Gokcesu, Hakan Gokcesu

We study the problem of multiway number partition optimization, which has a myriad of applications in the decision, learning and optimization literature. Even though the original multiway partitioning problem is NP-hard …

A 2-opt Algorithm for Locally Optimal Set Partition Optimization

2023-03-14 · Kaan Gokcesu, Hakan Gokcesu

Our research deals with the optimization version of the set partition problem, where the objective is to minimize the absolute difference between the sums of the two disjoint partitions. Although this problem is known to…

LOSSGRAD: automatic learning rate in gradient descent

2019-02-20 · Bartosz Wójcik, Łukasz Maziarka, Jacek Tabor

In this paper, we propose a simple, fast and easy to implement algorithm LOSSGRAD (locally optimal step-size in gradient descent), which automatically modifies the step-size in gradient descent during neural networks tra…

Semidefinite Relaxations of the Gromov-Wasserstein Distance

2023-12-22 · Junyu Chen, Binh T. Nguyen, Shang Hui Koh, Yong Sheng Soh

The Gromov-Wasserstein (GW) distance is an extension of the optimal transport problem that allows one to match objects between incomparable spaces. At its core, the GW distance is specified as the solution of a non-conve…