image thumbnail

updated 6 months ago

GPUBench by Ben Tordoff

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

GPUBench

gpuBench()

gpuBenchApp()

image thumbnail

updated 8 months ago

NIST Statistical Reference Datasets for Nonlinear Regression by Adam Gripton

MAT file of all the benchmark Nonlinear Regression problems from the NIST StRD website (nonlinear, regression, statistics)

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)

Sudoku Solver Benchmarking

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

perf=sudukubench(solver,nTest)

image thumbnail

updated 5 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 5 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 almost 8 years ago

CPU Floating Point Operations per Second (for Windows) by Michael Kleder

Standard benchmark (by Al Aburto) for determining floating point speed, ported into Windows. (flops, processor, mflops)

image thumbnail

updated almost 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