Gauss–Seidel optimization routines
Tuesday, May 9th, 2006This is simplest optimization routine. Using this algorithm optimization parameters are changed separately in each step. Only one parameter can be changed in one step while other are helt as constants.
Xk+1=Xk+ΔXk , k=0,1,2,…
ΔXk step of parameter Xk. Parameter is changed until function growth is noticed, and then next parameter follows and so on. After [...]
