image thumbnail

updated 1 month ago

GPUBench by Ben Tordoff

Compare GPUs using standard numerical benchmarks in MATLAB. (gpu, performance, benchmark)

gpuBench()

gpuBenchApp()

gpuBenchReport( varargin )

image thumbnail

updated 1 year ago

Hunt For Local Maxima, Minima, Plateau by Michael Chan

Illustrates identification of local maxima, minima or plateau, for exit criteria for long processes. (bioinformatics, image processing, intensive)

benchmarkSampleFunction (thresholdInitial_Trial)

determineLocationsOfMaximaMinimaPlateauFromProclivityFeatur...

determineProclivity( currentInput, previousInput )

image thumbnail

updated 1 year ago

Improving the convergence of Nelder-Mead (and so fminsearch) by Emile Simon

This highlights a (common) trick to improve the convergence of NM, and a problem within fminsearch. (optimization, neldermead, restart)

nmsmax(fun, x, stopit, savit, varargin)

BenchmarkXSquared.m

image thumbnail

updated 2 years ago

Traditionalized Ackley by George Evers

Implements the traditional benchmark formulation used in optimization literature (ackleyfcn, ackleyfcnm, ackley)

ackleyfcn(x)

image thumbnail

updated 2 years ago

Line Phantoms For Back Projection Detectability Tests by Michael Chan

Drafts lines used as biomedical phantoms for Back Projection Detectability Tests. (biomedical, image processing, detectability)

draftLinesForBackProjectionTest(scratchPad, numberOfLinesRe...

drawline(p1,p2,image_size)

imagePlot( imageData, plotRowSize, plotColSize, ...

image thumbnail

updated 2 years ago

A Benchmark Problem for Model Based Control System Tests - 001 by Yogananda Jeppu

A benchmark problem for model based control system testing (aerospace, automotive, benchmark)

[o COV]=interpol1(X,Y,x,COVERAGE)

compslp(x1,x2,y1,y2,x)

concover(a,inp)

image thumbnail

updated 4 years ago

Benchmark clear() behavior with OOP handle by Benjamin Heasly

Examine Matlab's "clear" behavior with different handle reference configurations. (oop, object, reference)

handleClearBenchmarks

simpleHandle

image thumbnail

updated 5 years ago

Benchmarking Sudoku Solvers by Yi Cao

Benchmarking various sudoku solvers (games, sudoku, benchmark)

[B,level,err]=yass(A,N,block)

perf=sudukubench(solver,nTest)

Sudoku Solver Benchmarking

image thumbnail

updated almost 6 years ago

Compute PSA-benchmarked prepayment metrics by Dimitri Shvorob

(CPR and SMM) (analysis, cpr, finance)

cprpsa(month,psa)

mgpmt(r,m)

smmpsa(month,psa)

image thumbnail

updated almost 6 years ago

Benchmark by Mirko Hrovat

A different version of bench.m with additional options and output. (bench, timing, benchmark)

benchmark(count,test)

image thumbnail

updated 8 years ago

How fast is your graphics card? by Michael Kleder

Creates a challenging 3-d benchmark for graphics processing speed measurement. (hardware driver, graphics, card)

howfast

Contact us