paper-with-me

Papers

Local Optimization Often is Ill-conditioned in Genetic Programming for Symbolic Regression

2022-09-02 · Gabriel Kronberger

Gradient-based local optimization has been shown to improve results of genetic programming (GP) for symbolic regression. Several state-of-the-art GP implementations use iterative nonlinear least squares (NLS) algorithms such as the Levenberg-Marquardt algorithm for local optimization. The effectiveness of NLS algorithms depends on appropriate scaling and conditioning of the optimization problem. This has so far been ignored in symbolic regression and GP literature. In this study we use a singular value decomposition of NLS Jacobian matrices to determine the numeric rank and the condition number. We perform experiments with a GP implementation and six different benchmark datasets. Our results show that rank-deficient and ill-conditioned Jacobian matrices occur frequently and for all datasets. The issue is less extreme when restricting GP tree size and when using many non-linear functions in the function set.

📄 PDF Abstract BibTeX arXiv:2209.00942

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSymbolic Regression

Similar Papers 제목 키워드 기반

Genetic Programming for Manifold Learning: Preserving Local Topology

2021-08-23 · Andrew Lensen, Bing Xue, Mengjie Zhang

Manifold learning methods are an invaluable tool in today's world of increasingly huge datasets. Manifold learning algorithms can discover a much lower-dimensional representation (embedding) of a high-dimensional dataset…

TransGP: Task-Conditioned Transformer-Guided Genetic Programming for Multitask Dynamic Flexible Job Shop Scheduling

2026-04-04 · Meng Xu, Jiao Liu, Hua Yu, Yew Soon Ong arxiv

Hyper-heuristics have become a popular approach for solving dynamic flexible job shop scheduling (DFJSS) problems. They use gradient-free optimization techniques like Genetic Programming (GP) to evolve non-differentiable…

Fitness Landscape Analysis of Dimensionally-Aware Genetic Programming Featuring Feynman Equations

2020-04-27 · Marko Durasevic, Domagoj Jakobovic, Marcella Scoczynski Ribeiro Martins, Stjepan Picek 외

Genetic programming is an often-used technique for symbolic regression: finding symbolic expressions that match data from an unknown function. To make the symbolic regression more efficient, one can also use dimensionall…

regressionSymbolic Regression

Generating Local Search Neighborhood with Synthesized Logic Programs

2019-09-18 · Mateusz Ślażyński, Salvador Abreu, Grzegorz J. Nalepa

Local Search meta-heuristics have been proven a viable approach to solve difficult optimization problems. Their performance depends strongly on the search space landscape, as defined by a cost function and the selected n…

Traveling Salesman Problem

A Hybrid Genetic Algorithm with Type-Aware Chromosomes for Traveling Salesman Problems with Drone

2023-03-01 · Sasan Mahmoudinazlou, Changhyun Kwon

There are emerging transportation problems known as the Traveling Salesman Problem with Drone (TSPD) and the Flying Sidekick Traveling Salesman Problem (FSTSP) that involve using a drone in conjunction with a truck for p…

Decision MakingTraveling Salesman Problem