Skip to main content
Thanks for the feedback!
Explore interactive demos

Linear Single-Objective

Tune a linear model's weights so its output reaches a target.

Linear Single-Objective
Tune the weights so the linear combination matches the desired output.
w1 · x1 + w2 · x2 + … + wn · xn = y
Each chromosome is a weight vector; the optimizer searches the space that minimises |achieved − desired|.
Run this yourself, for free

Sign in to configure and launch a genetic algorithm against this problem, or bring your own.

Get started