Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. \center
  2. $f : D\rightarrow \mathbb{R}$, where $D \in \mathbb{R}^n$.
  3.  
  4. x_{opt} = arg \ min_{x \in D}f(x)
  5.  
  6. $D = [l_1,u_1]×[l_2,u_2]×...×[l_n,u_n]$.
  7.  
  8. $f_{opt} = f(x_{opt})$
  9. \begin{flushleft}
  10. Optimization algorithm is a method of producing a series of points $x_1,x_2,\ldots,x_m \in D$.
  11. \end{flushleft}
  12. $f_{best} = min_{i\in \{1,2,...,m\} } f (x_i )$.
  13. $f_{best} - f{opt}$ is called optimization error.
  14. The “best” optimization algorithm solves a problem accurately (effectively) and fast (efficiently).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement