Tag Archives: search

Working with PATHs in MATLAB

How to find the search path list inside MATLAB? All the saved and default paths that MATLAB looks inside to find a function are stored in an m-file called pathdef.m. You can easily use the which command to do this: … Continue reading

Posted in Linux, MATLAB, programming, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Optimization with Pattern Search – A MATLAB Tutorial for beginners

Pattern search is a local optimization technique that can be applied on both constrained and unconstrained optimization problems. The constraints can be either linear or nonlinear. The algorithm works based on an adaptive mesh which is aligned with the coordinate … Continue reading

Posted in Linux, Machine Learning, MATLAB, Optimization, programming, Robotics, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

How to find this blog

How to find this blog

Posted in Thoughts | Tagged , , , , | Leave a comment

Random Search Algorithm

Random Search Algorithm (Pure RSA) This is the simplest optimization (minimization) algorithm, You can find many related subject on internet. Here, I am going to provide a MATLAB code for this algorithm. The problem here is  min f(x) : f(x)=Σ … Continue reading

Posted in Linux, Machine Learning, MATLAB, Neural Networks, Optimization, programming, Robotics, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , , | Leave a comment