Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 18 hours ago

One Rank Cuckoo Search (ORCS) algorithm by Ahmed Tawfik

An improved cuckoo search algorithm, for optimization problems. (algorithms, cuckoo search, evolutionary algorith...)

Ackley(x)

Griewank(x)

ORCS(FitnessFunction, Dimensions, LowerBound, UpperBound, T...

image thumbnail

updated 3 days ago

Lloyd's Algorithm by Aaron Becker

Starts with a point set, repeatedly moves each point to centroid of Voronoi cell. (lloyds algorithm, simulation, robot coverage)

lloydsAlgorithm(Px,Py, crs, numIterations, showPlot)

image thumbnail

updated 7 days ago

Table Breakpoint Optimization by Tucker McClure

A set of tools for finding the best way to reduce the size of a table. (optimization, breakpoints, tables)

find_best_table_1d(x_0, z_0, ...

find_best_table_1de(...

find_best_table_2d(...

image thumbnail

updated 13 days ago

Hybrid Differential Evolution Algorithm With Adaptive Crossover Mechanism by Gilberto Reynoso-Meza

An EA based on DE with adaptive crossover rate, population refresh and local search. (evolutionary algorith..., differential evolutio..., optimization)

LocalSearch(X,Dat)

CostFunction.m

DE_TCR.m

image thumbnail

updated 14 days ago

polyVal2D and polyFit2D by Mark Mikofski

Evaluate 2D polynomials using Horner's method. Fit 2D polynomials to data using backslash operator. (mathematics, optimization, data exploration)

polyDer2D(p,x,y,n,m)

polyFit2D(f,x,y,n,m)

polyVal2D(p,x,y,n,m)

image thumbnail

updated 16 days ago

Fast Kernel Density Estimator (Multivariate) by Matej Kristan

A very fast multivariate bandwidth calculation for KDE that can even be calculated from a GMM. (kernel density estima..., gaussian mixture mode..., bandwidth)

applyForScaleTransformToPdf( pdf0, Mu, T )

applyInvScaleTransformToPdf( pdf0, Mu, T )

checkcompiledBWestimator()

image thumbnail

updated 18 days ago

Generate points from given conic (A,B,C,D,E,F) by Juan

generate points from ellipse, hyperbola, circles, etc. (mathematics, conics, ellipse)

points_from_conic(A,B,C,D,E,F, domain,number_points, noise_...

image thumbnail

updated 18 days ago

Genetic Algorithm to Optimise Schaffer's F6 Function by Dean Kayton

A basic GA with a real-time plotting of evaluation funtion inputs and outputs (ga, f6, genetic algorithm)

[chromoChild]=f6Seed(popSize,method)

[fitness,sel]=f6FitSel(f6EvalFun,popSize)

dec2gc(dec,N)

image thumbnail

updated 18 days ago

UD Factorization & Kalman Filtering by Gerard Van Willigenburg

UD and LD factorization of nonnegative matrices and associated Kalman filter implementations. (ldl factorization, control design, kalman filter)

[P,K,xhat]=kmfmu(c,w,P,xhat,y)

[P,xhat]=kmftu(Phi,V,P,xhat,Gam,u)

[l,d]=ld2ld(ld)

image thumbnail

updated 21 days ago

Augmented Lagrangian by Mayowa Aregbesola

Augmented Lagrangian methods are a certain class of algorithms for solving constrained optimization. (optimization)

ALH( x, f, g, G, H, Dg, Hg, e, k, eta)

newton_constrained.m

prob1.m

image thumbnail

updated 21 days ago

LAPJV - Jonker-Volgenant Algorithm for Linear Assignment Problem V3.0 by Yi Cao

A Matlab implementation of the Jonker-Volgenant algorithm solving LAPs. (hungarian algorithm, optimization, linear assignment pro...)

lapjv(costMat,resolution)

image thumbnail

updated 21 days ago

Metropolis Hastings by Saad Jbabdi

Simple but powerful implementation of the MH algorithm (monte carlo markov ch..., metropolis hastings, bayesian)

mh(varargin)

image thumbnail

updated 1 month ago

James Stein Type Center Pixel Weights for Non-Local Means by Yue Wu

This code implements the James Stein type shrinkage estimation for non-local mean denoising. (image denoising, statistical shrinkage, adaptive algorithm)

NLM_JSCPW(NoisyImg,PatchSizeHalf,SearchSizeHalf,Sigma,Block...

image thumbnail

updated 1 month ago

Lightning Protection Circuit Design Tool for Avionics by Clay McCreary

This tool performs the calculations to optimize the design of lightning protection circuits (aerospace, gui, optimization)

Lightning_Protection(varargin)

image thumbnail

updated 1 month ago

Carpet Plot Toolkit by Rob McDonald

A set of routines to make carpet plotting easier. (carpet, contour, knothole)

Cconv=carpetcontourconvert(x1, x2, y, offset, C)

[xc, yc]=carpetconvert(x1, x2, y, offset, x1p, x2p)

carpet(x1, x2, y, offset, nref, linspec1, linspec2, varargi...

image thumbnail

updated 1 month ago

Hatched Lines and Contours by Rob McDonald

Draw lines and contours with hatches on one side of the line. (hatch, constraint, plotting)

h=hatchedcontours(C,varargin)

h=hatchedline(xc,yc,linespec,theta,ar,spc,len,varargin)

ocontourc(x, y, z, NV, cgt)

image thumbnail

updated 1 month ago

Contemporary Communications Systems Matlab Files by Omar Ruiz

Matlab Files in this book (signal processing, simulink, simulation)

[M,m,df]=fftseq(m,ts,df)

[Rx]=Rx_est(X,M)

[X]=gaus_mar(X0,rho,N)

image thumbnail

updated 1 month ago

Circle fitting using modified Coopes method by Daniel

Robust method for fitting a circle to data using Weighted Linear Least Squares. (curvature, circle, fit)

circfit( data, weights )

circfit_DEMO.m

image thumbnail

updated 1 month ago

N-Dimensional Trapezoidal integral by Mohammed Sadeq Al-Rawi

See title. (communications, biotech, image processing)

trapezoidal_rule_nd_integral(x, mat, N)

image thumbnail

updated 1 month ago

3D Trapezoidal Rule by Mohammed Sadeq Al-Rawi

This program can be used to find any triple integral, even if one has some empirical data. (mathematics, simulation, image processing)

trapezoidal_rule_triple_integral(x, y, z, mat)

image thumbnail

updated 1 month ago

2D trapezoidal rule by Mohammed Sadeq Al-Rawi

Calculates a double integral using trapezoidal rule. (optimization, double integral, signal processing)

trapezoidal_rule_double_integral(x, y, mat)

image thumbnail

updated 1 month ago

Determination of the minimum distance between two SuperEllipsoids surfaces. Using Optimization by Ricardo Portal

Optimization method to determine the minimum distance (or max overlap) between two SuperEllipsoids? (contact detection, collision detection, proximity query)

hn=arrow3(p1,p2,s,w,h,ip,alpha,beta)

plotfval(x,optimValues,state)

MAIN

image thumbnail

updated 1 month ago

Negative Binomial Regression by Surojit Biswas

NB2 Negative-Binomial regression. (statistics, mathematics, optimization)

nbreg( x, y, varargin )

image thumbnail

updated 1 month ago

Optimization using Particle Swarm by Swapnil Gaul

Auther : Gaul Swapnil Narhari, Developed @ IIT Kharagpur, India. By - TaraNG,emsolutions,India. (optimization)

init_params()

intialise()

simple_fitness(x)

image thumbnail

updated 1 month ago

ECC image alignment algorithm (image registration) by Georgios Evangelidis

This is a Matlab implementation of the ECC image alignment (image registration) algorithm. (enhanced correlation ..., image processing, subpixel accuracy)

ecc(image, template, levels, noi, transform, delta_p_init)

image_jacobian(gx, gy, jac, nop)

spatial_interp(in, warp, str, transform, nx, ny)

image thumbnail

updated 2 months ago

H-infinity optimal fractional delay filter by Masaaki Nagahara

A code for designing H-infinity optimal fractional delay filters (fractional delay, fractional delay filt..., signal processing)

fdf_hinf(F, D, T)

image thumbnail

updated 2 months ago

OPTRAGEN by Raktim Bhattacharya

Optragen is a parser which translates optimal control problems to nonlinear programming problems. (motion planning, optimal control, optimization)

createArgList(OutputSequence)

createGuess(x,hl,Xval);

createMFunction(OutputSequence,Cin,tag,ProbName,ParamList)

image thumbnail

updated 2 months ago

frank_wolfe algorithm for order 3 by Yinxiao

frank_wolfe algorithm for order 3 (optimization)

[X,fval,i]=frank_wolfe(f,X0,e,A,b,Aeq,beq,lb,ub)

image thumbnail

updated 2 months ago

Optical Character Recognition 2.0 (OCR 2.0) by Martin PIEGAY

improvements of Optical Character Recognition (OCR)by Diego Orlando (image processing, system identification, communications)

[char, re, esp]=chars(ligne)

[fl, re]=lines(im_texto)

OCR_perso2.m

image thumbnail

updated 2 months ago

Simultaneous Plant and Control Design of an Active Automotive Suspension Using Direct Transcription by James Allison

A toolbox for using Direct Transcription to perform combined plant and control design. (aerospace, automotive, control design)

...

calc_state_constraints(t, xd, xu, stateCon)

calc_zdot(x, z, v)

image thumbnail

updated 2 months ago

Peak Fitter by Tom O'Haver

Command-line peak fitter for time-series signals. Version 3.6: February, 2013. (statistics, signal processing, decomposition)

[FitResults,LowestError,BestStart,xi,yi,BootResults]=peakfi...

image thumbnail

updated 2 months ago

Improvd downward branch and bound algorithm for regression variable selection by Yi Cao

Improved downward branch and bound to select the best subset for least squares regression problems. (optimization)

bbdireg(Y,X,n,nc)

image thumbnail

updated 3 months ago

Cuckoo Search (CS) Algorithm by Xin-She Yang

A standard Cuckoo Search is implemented, which is very efficient. There are three versions now. (levy flights implemen..., optimization, natureinspired algori...)

[bestnest,fmin]=cuckoo_search(n)

[bestnest,fmin]=cuckoo_search_new(n)

[bestsol,fval]=cuckoo_search_spring(time)

image thumbnail

updated 3 months ago

Compressed Sensing MRI Phantom (v1.1) by David Smith

A realistic phantom for compressed sensing MRI reconstruction. (image processing, mathematics, measurement)

csphantom (n, bandwidth, signalToNoiseRatio, b1scale, img_r...

example

image thumbnail

updated 3 months ago

Geodetic Toolbox by Mike Craymer

Toolbox for angle, coordinate and date conversions and transformations. Version 2.97. (gps, geodesy, angle)

Cct=clg2cct(Clg,lat,lon)

Clg=cct2clg(Cct,lat,lon)

R=rotct2lg(lat,lon)

image thumbnail

updated 3 months ago

minimization of a function by random iterative search by yoash levron

Optimization method: Locates a minimum of a target function. Converges to global optimum. (optimization, minimization, optimal)

b =min_by_random_search_test_func(v)

b =min_by_random_search_test_func2(v)

min_by_random_search( fnc, region )

image thumbnail

updated 3 months ago

Non-dominates Points by A.

The main goal of this function is to determine the non-dominates points (optimization, multiobjective, nondominated points)

getNonDominated(solutions)

image thumbnail

updated 3 months ago

Linear Gradient Descent from lectures of Andrew Ng by Lukas Tencer

This is an algorithm for fitting linear model to multivariate data. (gradient descent, mathematics, optimization)

geadientDescent( data )

loadData( type )

image thumbnail

updated 3 months ago

Filter Bank Design by Iman

This function can be used to design uniform and non-uniform filter banks. (filter bank, nonuniform filter ban..., uniform filter bank)

A=A_gerenator(x,Beta,Sigma_dictionary,M)

Beta=Beta_dictionary(M,nk)

M=Find_LCM(x)

image thumbnail

updated 3 months ago

DirLOT Toolbox by Shogo Muramatsu

MATLAB class definitions for directional lapped orthogonal transforms (boundary operation, system object, genlot)

...

...

...

image thumbnail

updated 3 months ago

The code for solving Wahba's problem by Pieter Reyneke

Code for testing Davenport's (eigen-valued) and Markley's (SVD) solutions to Wahba's problem - 1965 (aerospace, mathematics, optimization)

arrow3D(pos, deltaValues, stemRatio, colorCode)

ccplot3(x,y,z,c,map)

d2e_ypr(dcm, dosymbolic)

image thumbnail

updated 3 months ago

Using Analytical Tools to Gain Insight and Speed-up Num. Analysis in MATLAB & Symbolic Math Toolbox by Deepak

files from the webinar (symbolic, eigenvalues, poles)

JetThrust(t)

Mass(time, rocketStartTime, engineOffTime)

aerodynamicDrag(v)

image thumbnail

updated 3 months ago

Bright Enchancement by Syapril Ahshar

Matlab files function to brighten files (optimization)

enhancement_bright(img_input)

image thumbnail

updated 3 months ago

A road to classification in high dimensional space: the regularized optimal affine discriminant by Yang Feng

A powerful method for binary classification in high dimensional space (classification, statistics, optimization)

[Sigma]=eqcor(p,rho)

analyzeReal(traindata, testdata)

lda(x, y, xtest, ytest)

image thumbnail

updated 3 months ago

An Approximation Solution for the Prize-Collecting Steiner Tree Problem by Fangzhou Chen

A function giving feasible(not optimal) solutions to the Prize-Collecting Steiner Tree Problem (algorithm, optimization, combinatorics)

FindTree(G, vp)

PCSTr(G, vp, r)

image thumbnail

updated 3 months ago

LBFGSB (L-BFGS-B) mex wrapper by Stephen Becker

Mex wrapper for lbfgsb v3.0 fortan library. L-bfgs-b solves box-constrained optimization. (optimization, constrained optimizat..., quasinewton)

driver1(x)

fminunc_wrapper(x,F,G,H)

Non-negative least-squares (NNLS) using L-BFBS-B

image thumbnail

updated 4 months ago

Expectation Maximization 1D Tracking Demo by Andrew Stachyra

Demos use of expectation maximization algorithm to solve simplified one dimensional tracking problem (expectation maximizat..., unsupervised learning, machine learning)

cov2ellps(ctrd, cov, varargin)

lineexpmax(time, data, measvar, klim,...

polynomfit(x,y,yerr,ncoeff)

image thumbnail

updated 4 months ago

Optimal Inverse Function Creation by Alan Jennings

Creates continuous, optimal inverse-functions: given a desired output, finds the optimal input (inverse, optimization, multidimensional)

InvFuntions=InvFun(Pop_I,ProbStrut)

InvFun_Test

image thumbnail

updated 4 months ago

Binary Particle Swarm optimization by mojtaba

This is a sample source code for my paper namely: "A novel binary particle swarm optimization". (optimization)

y=mybin2dec(x)

y=testfunction1(x);

test3.m

image thumbnail

updated 4 months ago

AMPL data file toolbox by Arthur Richards

Writing Matlab data to AMPL data files (data export, optimization)

count=AMPLcomment(fid,st)

count=AMPLmatrix(fid,pname,p,varargin)

count=AMPLmatrixint(fid,pname,p)

Contact us