Papers › Flow-based Extremal Mathematical Structure Discovery

Flow-based Extremal Mathematical Structure Discovery

25 Jan 2026arXiv:2601.18005added by Syntology

Gergely Bérczi, Baran Hashemi, Jonas Klüver

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The discovery of extremal structures in mathematics requires navigating vast and nonconvex landscapes where analytical methods offer little guidance and brute-force search becomes intractable. We introduce FlowBoost, a closed-loop generative framework that learns to discover rare and extremal geometric structures by combining three components: (i) a geometry-aware conditional flow-matching model that learns to sample high-quality configurations, (ii) reward-guided policy optimization with action exploration that directly optimizes the generation process toward the objective while maintaining diversity, and (iii) stochastic local search for both training-data generation and final refinement. Unlike prior open-loop approaches, such as PatternBoost that retrains on filtered discrete samples, or AlphaEvolve which relies on frozen Large Language Models (LLMs) as evolutionary mutation operators, FlowBoost enforces geometric feasibility during sampling, and propagates reward signal directly into the generative model, closing the optimization loop and requiring much smaller training sets and shorter training times, and reducing the required outer-loop iterations by orders of magnitude, while eliminating dependence on LLMs. We demonstrate the framework on four geometric optimization problems: sphere packing in hypercubes, circle packing maximizing sum of radii, the Heilbronn triangle problem, and star discrepancy minimization. In several cases, FlowBoost discovers configurations that match or exceed the best known results. For circle packings, we improve the best known lower bounds, surpassing the LLM-based system AlphaEvolve while using substantially fewer computational resources.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.18005")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

berczig/FlowBoost found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from berczig/FlowBoost. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

all_triangle_areas berczig/FlowBoost/flow_boost/heilbronn_square/flow_matching_heilbronn.py found in paper text by Syntology unverified no licence file found · pointer only · 391da1089de662c5 · report
circle_pair_penalty berczig/FlowBoost/flow_boost/circles_in_square/flow_matching_sumradii.py found in paper text by Syntology unverified no licence file found · pointer only · 58a710501d5d8ba3 · report
circle_wall_penalty berczig/FlowBoost/flow_boost/circles_in_square/flow_matching_sumradii.py found in paper text by Syntology unverified no licence file found · pointer only · 2bff1ffa367143da · report
clamp_unit_square berczig/FlowBoost/flow_boost/heilbronn_square/flow_matching_heilbronn.py found in paper text by Syntology unverified no licence file found · pointer only · 8e2adb27913602ba · report
compute_metrics berczig/FlowBoost/flow_boost/heilbronn_square/plot_data_heilbronn.py found in paper text by Syntology unverified no licence file found · pointer only · 2f705b01f997764b · report
compute_metrics berczig/FlowBoost/flow_boost/heilbronn_square/plot_data_points.py found in paper text by Syntology unverified no licence file found · pointer only · 15fc8a32d3849637 · report
compute_sum_radii berczig/FlowBoost/flow_boost/circles_in_square/plot_data_sumradii.py found in paper text by Syntology unverified no licence file found · pointer only · 5bfedbd698572809 · report
extract_bstart_bend berczig/FlowBoost/flow_boost/output/vmerge.py found in paper text by Syntology unverified no licence file found · pointer only · ca467f6c359703a2 · report
find_min_area_and_triangles berczig/FlowBoost/flow_boost/heilbronn_square/sample_generation.py found in paper text by Syntology unverified no licence file found · pointer only · 0a09310d7745fcc3 · report
init_radii berczig/FlowBoost/flow_boost/circles_in_square/sample_generation.py found in paper text by Syntology unverified no licence file found · pointer only · 5e7dba141ade472e · report
load_dataset berczig/FlowBoost/flow_boost/circles_in_square/plot_data_sumradii.py found in paper text by Syntology unverified no licence file found · pointer only · 96942d0b9f12bda2 · report
load_dataset berczig/FlowBoost/flow_boost/heilbronn_square/plot_data_heilbronn.py found in paper text by Syntology unverified no licence file found · pointer only · c0a6c1d41247a2b3 · report
load_dataset berczig/FlowBoost/flow_boost/heilbronn_square/plot_data_points.py found in paper text by Syntology unverified no licence file found · pointer only · cfbfce6523b26b63 · report
sample_t berczig/FlowBoost/flow_boost/circles_in_square/flow_matching_sumradii.py found in paper text by Syntology unverified no licence file found · pointer only · 0d73bc22ded8a72e · report
sample_uniform_centers berczig/FlowBoost/flow_boost/circles_in_square/sample_generation.py found in paper text by Syntology unverified no licence file found · pointer only · cafea8dbef362e75 · report
sample_uniform_points berczig/FlowBoost/flow_boost/heilbronn_square/sample_generation.py found in paper text by Syntology unverified no licence file found · pointer only · 91481f0658ae85d9 · report
sample_uniform_x1_like berczig/FlowBoost/flow_boost/heilbronn_square/flow_matching_heilbronn.py found in paper text by Syntology unverified no licence file found · pointer only · 903d7d4685ff1fda · report
validate_circle_samples berczig/FlowBoost/flow_boost/circles_in_square/flow_matching_sumradii_centers_only.py found in paper text by Syntology unverified no licence file found · pointer only · bc905e1b5e297d92 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.18005, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections