Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 5 months ago

Genetic Packman by Hanan Kavitz

A simple demonstration of Genetic Algorithm using all times favorite game. (optimization, global optimization, genetic algorithm)

[x,fval,exitFlag]=geneticPackman(cubeSize,numOfMoves,packma...

mutate_permutation(parents ,options,NVARS, ...

val=greedyPackman(field,numOfSteps)

image thumbnail

updated 5 months ago

Files for the 2012 Webinar "Tips and Tricks - Getting Started Using Optimization with MATLAB" by Seth DeLand

These are the files that were used for the demonstrations in the webinar. (fmincon, globalsearch, optimization)

RunThermistorExample()

ThOptimPlotCircuit(options,state,flag,Tdata,VData,Res,ThVal...

VEMap(x)

image thumbnail

updated 6 months ago

Image reconstruction by Hanan Kavitz

The purpose of this demo is to reconstruct a simple picture of several polygons. (image processing, image reconstruction, global optimization)

imageBuilding

[state,options,optchanged]=drawBestSolution(options,state,~...

mygaplotbestf(options,state,flag)

image thumbnail

updated 7 months ago

Co-Blade: Software for Analysis and Design of Composite Blades by Danny Sale

Analysis and design of composite blades for wind and hydrokinetic turbines (wind turbine, composite blade, hydrokinetic turbine)

...

...

...

image thumbnail

updated 9 months ago

SCOPE: interactively tabulate SEER excel variables by Rex Cheung

This takes SEER excel column data interactively, tabulate them, write back in table format. (data import, data export, optimization)

output=xls2tabulate2xls(xlsfilename)

image thumbnail

updated 1 year ago

Optimal Component Selection Using the Mixed-Integer Genetic Algorithm by Seth DeLand

Use the mixed-integer genetic algorithm to solve an engineering design problem. (genetic algorithm, mixed integer, optimization)

ThOptimPlot(options,state,flag,Tdata,VData,Res,ThVal,ThBeta...

objectiveFunction(x,StdRes, StdTherm_Val, StdTherm_Beta,Tda...

tempCompCurve(x,Tdata)

image thumbnail

updated 1 year ago

Knapsack problem by Hanan Kavitz

A well known combinatorial problem (knapsack problem, optimization, linear programming)

knapsackGA

image thumbnail

updated 1 year ago

OptimPID: an optimal PID controller design interface by Dingyu Xue

OptimPID is a MATLAB based interface and it can be used to optimize PID parameters (pid controller, optimum pid, optimal control)

multi_step.m

optimpid(varargin)

mod_1R2009b

image thumbnail

updated 1 year ago

Fitting complex analytic laws to data by means of Genetic Algorithms by Lorenzo Luini

The script allows to easily fit predefined complex analytical laws using Genetic Algorithms (optimization, fit, analytical laws)

[coeff,RMSout]=FitLaw_GA(X,y,fh,Int,LB,UB)

image thumbnail

updated 2 years ago

Speeding Up Optimization Problems with Parallel Computing by Stuart Kozola

Files from the webinar: Speeding up optimization problems with parallel computing (aerospace, automotive, demo)

Electron Problem Optimization

First Order Reliability Method using a Simulink Flutter Mod...

computebestportfolioPCT(expRet,expCov,portSize,targetRet)

image thumbnail

updated 3 years ago

Global Optimization with MATLAB by Stuart Kozola

Demo files from the 2010 webinar "Global Optimization with MATLAB Products" (direct search, genetic algorithm, global optimization)

Global Minimization of 1D Equation

Springboard for Global Optimization Demos

PlotIterates(x,optimValues,state)

image thumbnail

updated 3 years ago

Non-linear regression GUI by Pablo MarĂ­n

This GUI solves model-based non-linear regression problems of the univariate and multivariate form. (statistics, optimization)

nlinreg(varargin)

image thumbnail

updated 3 years ago

Automated Failure Boundary Mapping by Stuart Kozola

Demo files from July 21, 2009 webinar (statistics, optimization, clustering)

Failure Boundary Identification

Flutter Model Demo

boundaryArea(Y,X,lb,ub,limitFunction)

image thumbnail

updated 4 years ago

Tips & Tricks: Getting started using optimization with MATLAB by Stuart Kozola

Demo files from the August 21, 2008 Webinar (optimization, simulated annealing, nonlinear optimizatio...)

Optimization Tips Tricks

VEMap(x,RPM,Pratio,VE)

VEPlot(x,optimValues,state)

image thumbnail

updated almost 5 years ago

Genetic Algorithm Solution to Economic Dispatch by Saloman Danaraj

This program solves the economic dispatch problam using MATLAB genetic algorithm toolbox (optimization, genetic algorithm, econmoic dispatch)

eldga.m

eldga1.m

gatest.m

image thumbnail

updated 6 years ago

Optimization of a Double Wishbone Suspension System by Stuart Kozola

Demo files from the Webinar "Introduction to Optimization with MATLAB(R) Products" Oct. 26, 2006 (pattern search, simulink, genetic algorithms)

importfile(fileToRead1,varargin)

updatePlot(varargin)

verifyInstalled

image thumbnail

updated 7 years ago

Optimal Distribution Substations Placement using Genetic Algorithm by Amir Pouya Khansaryan

Finds the optimal location and capacity of distribution substations (optimization, genetic algorithm, distribution)

DSP(varargin)

FValue=SP_tlosscost1(InValue)

FValue=SP_tlosscost1(InValue)

image thumbnail

updated 7 years ago

New Approaches to Constrained Optimization in MATLAB by Rakesh Kumar

M-files accompanying the webinar held on November 05, 2005 (direct search, pattern search, genetic algorithm)

nonSmoothFcn(x)

showNonSmoothFcn(fcn,range)

springConstraints(x,Fo,Fc,delta,G,Nf,a,rho)

image thumbnail

updated 8 years ago

Optimization with MATLAB and the Genetic Algorithm and Direct Search Toolbox by Rakesh Kumar

M-files used in the webinar held on September 16, 2004. (genetic algorithm, direct search, optimization)

fminuncOut(x,optimvalues, state)

fminuncOut1(X, optimvalues, state)

gaplotbestfun(options,state,flag)

Contact us