fminsearchbnd Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: fminsearchbnd.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: John D`Errico (View more)

fminsearchbnd script description:




Publisher review:
fminsearchbnd - Bound constrained optimization using fminsearch. Fminsearch does not admit bound constraints. However simple transformation methods exist to convert a bound constrained problem into an unconstrained problem. Fminsearchbnd is used exactly like fminsearch, except that bounds are applied to the variables. The bounds are applied internally, using a transformation of the variables. (Quadratic for single bounds, sin(x) for dual bounds.)The bounds are inclusive inequalities, which admit the boundary values themselves, but will not permit ANY function evaluations outside the bounds.Note that fminsearchbnd allows the user to exactly fix a variable at some given value, by setting both bounds to the exact same value.Example usage:rosen = @(x) (1-x(1)).^2 105*(x(2)-x(1).^2).^2;% unconstrained fminsearch solution fminsearch(rosen,[3 3])ans =1.0000 1.0000% Lower bounds, no upper bounds fminsearchbnd(rosen,[2.5 2.5],[2 2],[])ans =2.0000 4.0000Lower bounds on both vars, upper bound on x(2) fminsearchbnd(rosen,[2.5 2.5],[2 2],[inf 3])ans =2.0000 3.0000
fminsearchbnd is a Matlab script for Miscellaneous scripts design by John D`Errico. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
fminsearchbnd - Bound constrained optimization using fminsearch.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5