Example
![]() updated 10 days ago |
MATLAB for R Users in Computational Finance Demos from the webinar Backtest Moving Average RSI Combo Strategy |
0 Comments 41 Downloads (30 Days) |
![]() updated 1 month ago |
Fits a sphere to a set of noisy data. Does not require a wide arc or many points. |
10 Comments 98 Downloads (30 Days) |
![]() updated 3 months ago |
Spline2D or Piecewise Continuous 2D Polynomials Fit a 2D function with piecewise continuous polynomials |
0 Comments 9 Downloads (30 Days) |
![]() updated 5 months ago |
Determination of the minimum distance between two SuperEllipsoids surfaces. Using Optimization Optimization method to determine the minimum distance (or max overlap) between two SuperEllipsoids? |
1 Comment 10 Downloads (30 Days) |
![]() updated 6 months ago |
Linear regression for multiple category data with different slopes for each The function does OLS and RMA regression on data that is categorized into two different categories |
0 Comments 7 Downloads (30 Days) |
![]() updated 6 months ago |
MATLAB class definitions for directional lapped orthogonal transforms |
0 Comments 18 Downloads (30 Days) |
![]() updated 7 months ago |
Mex wrapper for lbfgsb v3.0 fortan library. L-bfgs-b solves box-constrained optimization. |
28 Comments 43 Downloads (30 Days) |
![]() updated 7 months ago |
Optimal Inverse Function Creation Creates continuous, optimal inverse-functions: given a desired output, finds the optimal input |
0 Comments 12 Downloads (30 Days) |
![]() updated 8 months ago |
Optimal Control Using Control Vector Parameterization An example of using control vector parameterization to solve an optimal control problem Optimal Control Using Control Vector Parameterization [topt,xopt,uopt,thetaopt]=plotopt1( x0,N,ts,dvarO,beta,rh... [topt,xopt,uopt,thetaopt]=plotopt2( x0,N,ts,dvarO,beta,rh... |
0 Comments 14 Downloads (30 Days) |
![]() updated 9 months ago |
Linear regression with statistics for multiple category data This function does linear regression with statistics for multiple category data (OLS and RMA) |
0 Comments 8 Downloads (30 Days) |
![]() updated 9 months ago |
The purpose of this demo is to reconstruct a simple picture of several polygons. [state,options,optchanged]=drawBestSolution(options,state... |
0 Comments 2 Downloads (30 Days) |
![]() updated 1 year ago |
Inverse Optimal Functions for Motoman HP-3 Tip Precision A population based optimization increases pointing precision for a planar robotic arm. Clusters=ClusterGenerate_4(TestPoint,J,J_Grad,Y_Grad,Opti... |
0 Comments 8 Downloads (30 Days) |
![]() updated 1 year ago |
A Graphical User Interface for Solving Delay Differential Equations and doing Local Search A GUI for solving a set of delay differential equations (DDEs) and local search for best solutions |
0 Comments 12 Downloads (30 Days) |
![]() updated 1 year ago |
Monte Carlo Markov Chain for inferring parameters for an Ordinary Differential Equation model This function uses a Monte Carlo Markov Chain algorithm to infer parameters for an ODE model |
0 Comments 19 Downloads (30 Days) |
![]() updated 1 year ago |
Free Split and Merge Expectation Maximization for MultiVariate Gaussian Mixture FSMEM can estimate MVGM parameters and number of conpounds via split/merge cluster moves |
14 Comments 9 Downloads (30 Days) |
![]() updated 1 year ago |
Bound constrained optimization using fminsearch [x,fval,exitflag,output]=fminsearchcon(fun,x0,LB,UB,A,b,n... |
72 Comments 235 Downloads (30 Days) |
![]() updated 1 year ago |
A fast Gentle Adaboost classifier with two kind of weaklearners |
33 Comments 47 Downloads (30 Days) |
![]() updated 1 year ago |
Mex implementation of the dijkstra algorithm |
8 Comments 14 Downloads (30 Days) |
![]() updated 2 years ago |
MPC Tutorial IV - State Space MPC with input increment functions and simulink block implement state space MPC using input increment |
0 Comments 18 Downloads (30 Days) |
![]() updated 2 years ago |
Tips and tricks for use of the optimization toolbox, linear and nonlinear regression. [x,fval,exitflag,output]=fminsearchbnd(fun,x0,LB,UB,optio... |
48 Comments 165 Downloads (30 Days) |
![]() updated almost 3 years ago |
Solve complex curve fit problem with parameter pooling & stratification by nonlinear least-squares. |
0 Comments 7 Downloads (30 Days) |
![]() updated almost 3 years ago |
Speeding Up Optimization Problems with Parallel Computing Files from the webinar: Speeding up optimization problems with parallel computing First Order Reliability Method using a Simulink Flutter M... |
1 Comment 14 Downloads (30 Days) |
![]() updated almost 3 years ago |
Function that takes a NN and creates a new NN that gives the gradient. |
3 Comments 14 Downloads (30 Days) |
![]() updated 3 years ago |
Global Optimization with MATLAB Demo files from the 2010 webinar "Global Optimization with MATLAB Products" Global Minimization of 1D Equation |
4 Comments 67 Downloads (30 Days) |
![]() updated almost 4 years ago |
Automated Failure Boundary Mapping Demo files from July 21, 2009 webinar |
1 Comment 5 Downloads (30 Days) |
![]() updated almost 4 years ago |
optimize (non)linear (in)equality constrained functions with FMINSEARCH |
15 Comments 32 Downloads (30 Days) |
![]() updated 4 years ago |
NSGA - II: A multi-objective optimization algorithm A function for multi-objective optimization using evolutionary algorithms function [number_of_objectives, number_of_decision_variab... |
41 Comments 166 Downloads (30 Days) |
![]() updated 4 years ago |
Multi-Objective Optimizaion using Evolutionary Algorithm Examples of Multi-Objective Optimization using evolutionary algorithm - NSGA-II |
21 Comments 71 Downloads (30 Days) |
![]() updated almost 5 years ago |
Tips & Tricks: Getting started using optimization with MATLAB Demo files from the August 21, 2008 Webinar |
3 Comments 7 Downloads (30 Days) |
![]() updated almost 5 years ago |
Programa para la resolución del Problema de Transporte Método de la Esquina Noroeste Esquina Noroeste Problema de Transporte |
0 Comments 15 Downloads (30 Days) |
![]() updated 5 years ago |
Nonlinear fitting n-dimensional data with arbitrary functions Demonstrates the abilities of Matlab functions lsqcurvefit, fmincon and fminsearch to fit complex mo |
7 Comments 15 Downloads (30 Days) |
![]() updated 5 years ago |
Tunning of PID controller using Bacterial Foraging Orientec by Particle swarm optimization tuning the PID controller to get minimum error Tunning of PID controller using Bacterial Foraging Orient... |
1 Comment 34 Downloads (30 Days) |
![]() updated 5 years ago |
PID tuning controller by Bacterial foraging tuning the PID controller to get minimum error |
2 Comments 24 Downloads (30 Days) |
![]() updated 5 years ago |
Tunning of PID controller using Particle Swarm Optimization tunining of PID controller by using PSO |
9 Comments 81 Downloads (30 Days) |
![]() updated 5 years ago |
Bacterial foraing is used to find optimal solution |
3 Comments 30 Downloads (30 Days) |
![]() updated 6 years ago |
Pareto Front Using Fitness Sharing Finding the Pareto front of a simple problem using Genetic Algorithms with fitness sharing |
0 Comments 9 Downloads (30 Days) |
![]() updated 7 years ago |
A simple but flexible tool to implement genetic algorithms |
2 Comments 7 Downloads (30 Days) |
![]() updated 7 years ago |
Genetic Algorithms Application Drawing the largest circle in a space of stars without enclosing any of them using Genetic Algorithm |
3 Comments 10 Downloads (30 Days) |
![]() updated 7 years ago |
Particle Swarm Optimization Simulation an animated simulation of particles searching for the minima of a simple function |
26 Comments 113 Downloads (30 Days) |