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

MINLP: Mixed Integer Nonlinear Programming by John Hedengren

Mixed Integer Nonlinear Programming Solver with APM MATLAB (branch and bound, minlp, mixed integer)

apm(server,app,aline)

apm_info(server,app,class,name)

apm_load(server,app,filename)

image thumbnail

updated 3 years ago

Linear Mixed Integer Program Solver by Thomas Trötscher

Solve linear mixed integer problems with a branch and bound method. (linear mixed integer ..., mip, mixed integer linear ...)

lpr(c,A,b,Aeq,beq,e,s,d,yidx,sol,opts)

mipoptions()

miprog(c,A,b,Aeq,beq,lb,ub,yidx,o)

image thumbnail

updated 8 years ago

mixed-integer LP by Sherif Tawfik

This function solves the mixed integer linear programming problems. (branch and bound, general integer linea..., mixed integer)

[x,val,status]=IP1(f,A,b,Aeq,beq,lb,ub,M,e)

image thumbnail

updated almost 10 years ago

bnb by Koert Kuipers

BNB20 solves mixed integer nonlinear optimization problems (branchandbound, optimization, nonlinear)

...

BNB20(fun,x0,xstat,xl,xu,a,b,aeq,beq,nonlc,setts,opts,varar...

BNBGUI(file)

image thumbnail

updated 13 years ago

fminconset by Ingar Solberg

Solves constrained minimization problems, some of the variables are restricted to discrete values (optimization, discrete values, problems)

[c,ceq,gc,gceq,hc,hceq]=h134org(x,varargin)

fminconset(fun,x0,A,b,Aeq,beq,lb,ub,nonlcon,options,set,Jmi...

j134org(x,varargin)

Contact us