代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
frontier_inf_engine.m
function engine = frontier_inf_engine(bnet)
% FRONTIER_INF_ENGINE Inference engine for DBNs which which uses the frontier algorithm.
% engine = frontier_inf_engine(bnet)
%
% The frontier algorithm ext
contents.m~
% Algorithms learning linear classifiers from finite vector sets.
%
% ekozinec - Kozinec's algorithm for eps-optimal separating hyperplane.
% ekozinec2 - Kozinec's algorithm for eps-optimal separ
somtrain.m
function net = somtrain(net, options, x)
%SOMTRAIN Kohonen training algorithm for SOM.
%
% Description
% NET = SOMTRAIN{NET, OPTIONS, X) uses Kohonen's algorithm to train a
% SOM. Both on-line and ba
frontier_inf_engine.m
function engine = frontier_inf_engine(bnet)
% FRONTIER_INF_ENGINE Inference engine for DBNs which which uses the frontier algorithm.
% engine = frontier_inf_engine(bnet)
%
% The frontier algorithm ext
frontier_inf_engine.m
function engine = frontier_inf_engine(bnet)
% FRONTIER_INF_ENGINE Inference engine for DBNs which which uses the frontier algorithm.
% engine = frontier_inf_engine(bnet)
%
% The frontier algorithm ext
contents.m~
% Algorithms learning linear classifiers from finite vector sets.
%
% ekozinec - Kozinec's algorithm for eps-optimal separating hyperplane.
% ekozinec2 - Kozinec's algorithm for eps-optimal separ
readme
Genetic Algorithm M-files
Last modified: January 24, 1994
Written by: Andrew F. Potvin
The MathWorks, Inc.
email: potvin@mathwork.com
The main genetic algorithm M-fil
peano.c
/* peano.c */
/* copyright Ken Musgrave */
/* June 1986 */
/*
* space-filling peano curve algorithm.
* fills n-space with a 1-D peano curve.
*
* the algorithm is utterly incomprehensible,
* so
tspbayg29.html
The GA Playground: TSP Test Problem Bayg29 handled by genetic algorithm
tspatt48.html
The GA Playground: TSP Test Problem Att48 handled by genetic algorithm