代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

tspdemo.html

The GA Playground: TSP by Genetic Algorithm

steiner.html

The GA Playground: Steiner's Problem by Genetic Algorithm

quickprop.c

/* Quickprop algorithm (developed by Scott Fahlman) - a standard modified bp algorithm for comparison */ #include #include #include #include #include

algorith.doc

1. Compression algorithm (deflate) The deflation algorithm used by zlib (also zip and gzip) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input

fnipals.m

function [T,P]=fnipals(X,w,T) %FNIPALS nipals algorithm for PCA % % function [T,P]=fnipals(X,w,T) % % 'fnipals.m' % % This algorithm requires the presence of: % 'missmean.m' % % --------

polyee.c

/* Author: Pate Williams (c) 1997 Polynomial extended Euclidean algorithm. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 2.6.2 Section 2.2.1 Algorithm page 82. *

bondl.f90

! Taken from Frenkel and Smit. ! bondl ==> Algorithm 41, page 410 ! gauss ==> Algorithm 42, page 411 subroutine bondl( Kr, req, beta, Seed, rtrial ) implicit none real, intent(in) :: Kr

unica.m

function [BW,B,W]=unica(x,e,w,whitening,MaxIter,stop); % UNICA Algorithm % (Unbiased qNewton algorithm for Independent Component Analysis). % (c) Sergio Cruces, Luis Castedo, Andrzej Cichocki.

soundex4.c

/* ** Variant Soundex Algorithm (Algorithm #4), Optimized for use with Surnames ** ** Written by Joe Celko. Originally published in "The C Gazette" vol. 4 nr. 2 ** Source code may be freely used is

bfgs_mless.m

% Program: bfgs_mless.m % Title: Quasi_Newton Memoryless BFGS algorithm % Description: Implements the quasi-Newton algorithm % with memoryless Broyden-Fletcher-Goldfarb-Shanno % updating formula d