Counterexample-Driven Genetic Programming for Symbolic Regression With Formal Constraints
提出一种遗传规划算法,利用可满足性模理论求解器验证候选解并收集反例来引导搜索,保证最终模型满足对称性、单调性或凸性等约束,在多个基准上优于标准回归算法。
In symbolic regression with formal constraints, the conventional formulation of regression problem is extended with desired properties of the target model, like symmetry, monotonicity, or convexity. We present a genetic programming algorithm that solves such problems using a satisfiability modulo theories solver to formally verify the candidate solutions. The essence of the method consists in collecting the counterexamples resulting from model verification and using them to improve search guidance. The method is exact upon successful termination, the produced model is guaranteed to meet the specified constraints. We compare the effectiveness of the proposed method with standard constraint-agnostic machine learning regression algorithms on a range of benchmarks and demonstrate that it outperforms them on several performance indicators.