MATLAB Central
    Log In
  1. Create Account
  2. Log In
  1. File Exchange
  2. Answers
  3. Newsgroup
  4. Link Exchange
  5. Blogs
  6. Trendy
  7. Cody
  8. Contest
  9. MathWorks.com
Download All

No BSD License  

Highlights from
Condor Optimizer

  • NLConstr_Fletcher(isGradNeede...
  • OF_Fletcher(x)
  • OF_Q2(x,myparameter)
  • OF_Q4(x)
  • OF_Q4N(x)
  • OF_Q4NF(x)
  • OF_Rosen(x)
  • OF_ScaledRosen(x)
  • OF_SpeedReducer(x)
  • OF_SpeedReducerNLC(isGradNeed...
  • OF_SuperSimple(x)
  • matlabCondor(rhostart,rhoend,...
  • plotOptimizationTrace(mytrace...
  • condorAllTests.m
  • test_Fletcher.m
  • test_Q2.m
  • test_Q4.m
  • test_Q4N.m
  • test_Q4NF.m
  • test_Rosen.m
  • test_ScaledRosen.m
  • test_SpeedReducer.m
  • test_SuperSimple.m
  • View all files
from Condor Optimizer by Frank Vanden Berghen
CONDOR: a constrained, non-linear, derivative-free optimizer for continuous, high computing load, no

OF_Q4N(x)
function [out,error] = OF_Q4N(x)
out=(x(1)-2)^2+(x(2)-2)^2+(x(3)-2)^2+(x(4)-2)^2+rand(1)*1e-5;
error=0;


Contact us at files@mathworks.com

 
  • © 1994-2012 The MathWorks, Inc.
  • Site Help
  • Patents
  • Trademarks
  • Privacy Policy
  • Preventing Piracy
  • Terms of Use
  • RSS
  • Facebook
  • Twitter
  • Featured MathWorks.com Topics:
  • New Products
  • Support
  • Documentation
  • Training
  • Webinars
  • Newsletters
  • MATLAB Trials
  • Careers