paper-with-me

홈 › Papers

REAS: Combining Numerical Optimization with SAT Solving

2018-02-13 · Jeevana Priya Inala, Sicun Gao, Soonho Kong, Armando Solar-Lezama

In this paper, we present ReaS, a technique that combines numerical optimization with SAT solving to synthesize unknowns in a program that involves discrete and floating point computation. ReaS makes the program end-to-end differentiable by smoothing any Boolean expression that introduces discontinuity such as conditionals and relaxing the Boolean unknowns so that numerical optimization can be performed. On top of this, ReaS uses a SAT solver to help the numerical search overcome local solutions by incrementally fixing values to the Boolean expressions. We evaluated the approach on 5 case studies involving hybrid systems and show that ReaS can synthesize programs that could not be solved by previous SMT approaches.

📄 PDF Abstract BibTeX arXiv:1802.04408

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spectrally Adapted Physics-Informed Neural Networks for Solving Unbounded Domain Problems

2022-02-06 · Mingtao Xia, Lucas Böttcher, Tom Chou

Solving analytically intractable partial differential equations (PDEs) that involve at least one variable defined on an unbounded domain arises in numerous physical applications. Accurately solving unbounded domain PDEs …

Optimization by a quantum reinforcement algorithm

2017-06-13 · A. Ramezanpour

A reinforcement algorithm solves a classical optimization problem by introducing a feedback to the system which slowly changes the energy landscape and converges the algorithm to an optimal solution in the configuration …

MetaRuleGPT: Recursive Numerical Reasoning of Language Models Trained with Simple Rules

2024-12-18 · Kejie Chen, Lin Wang, Qinghai Zhang, Renjun Xu

Recent studies have highlighted the limitations of large language models in mathematical reasoning, particularly their inability to capture the underlying logic. Inspired by meta-learning, we propose that models should a…

Mathematical ReasoningMeta-Learning

Combining resampling and reweighting for faithful stochastic optimization

2021-05-31 · Jing An, Lexing Ying

Many machine learning and data science tasks require solving non-convex optimization problems. When the loss function is a sum of multiple terms, a popular method is the stochastic gradient descent. Viewed as a process f…

Computational chemistryStochastic Optimization

Liquid State Genetic Programming

2023-12-05 · Mihai Oltean

A new Genetic Programming variant called Liquid State Genetic Programming (LSGP) is proposed in this paper. LSGP is a hybrid method combining a dynamic memory for storing the inputs (the liquid) and a Genetic Programming…

Benchmarking