paper-with-me

Papers

Using Shape Constraints for Improving Symbolic Regression Models

2021-07-20 · Christian Haider, Fabricio Olivetti de França, Bogdan Burlacu, Gabriel Kronberger

We describe and analyze algorithms for shape-constrained symbolic regression, which allows the inclusion of prior knowledge about the shape of the regression function. This is relevant in many areas of engineering -- in particular whenever a data-driven model obtained from measurements must have certain properties (e.g. positivity, monotonicity or convexity/concavity). We implement shape constraints using a soft-penalty approach which uses multi-objective algorithms to minimize constraint violations and training error. We use the non-dominated sorting genetic algorithm (NSGA-II) as well as the multi-objective evolutionary algorithm based on decomposition (MOEA/D). We use a set of models from physics textbooks to test the algorithms and compare against earlier results with single-objective algorithms. The results show that all algorithms are able to find models which conform to all shape constraints. Using shape constraints helps to improve extrapolation behavior of the models.

📄 PDF Abstract BibTeX arXiv:2107.09458

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSymbolic Regression

Similar Papers 제목 키워드 기반

Shape-constrained Symbolic Regression -- Improving Extrapolation with Prior Knowledge

2021-03-29 · Gabriel Kronberger, Fabricio Olivetti de França, Bogdan Burlacu, Christian Haider 외

We investigate the addition of constraints on the function image and its derivatives for the incorporation of prior knowledge in symbolic regression. The approach is called shape-constrained symbolic regression and allow…

Evolutionary AlgorithmsregressionSymbolic Regression

Shape Constraints in Symbolic Regression using Penalized Least Squares

2024-05-31 · Viktor Martinek, Julia Reuter, Ophelia Frotscher, Sanaz Mostaghim 외

We study the addition of shape constraints (SC) and their consideration during the parameter identification step of symbolic regression (SR). SC serve as a means to introduce prior knowledge about the shape of the otherw…

regressionSymbolic Regression

Shape-constrained Symbolic Regression with NSGA-III

2022-09-28 · Christian Haider

Shape-constrained symbolic regression (SCSR) allows to include prior knowledge into data-based modeling. This inclusion allows to ensure that certain expected behavior is better reflected by the resulting models. The exp…

regressionSymbolic Regression

Active Learning in Symbolic Regression with Physical Constraints

2023-05-17 · Jorge Medina, Andrew D. White

Evolutionary symbolic regression (SR) fits a symbolic equation to data, which gives a concise interpretable model. We explore using SR as a method to propose which data to gather in an active learning setting with physic…

Active LearningregressionSymbolic Regression

Deep symbolic regression

2019-09-25 · Brenden K. Petersen

Discovering the underlying mathematical expressions describing a dataset is a core challenge for artificial intelligence. This is the problem of symbolic regression. Despite recent advances in training neural networks to…

Deep LearningregressionSymbolic Regression