代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/187617/8618202
51855
Newsgroups: comp.sys.mac.hardware
Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!howland.reston.ans.net!agate!boulder!ucsu!bvsd.Co.EDU!tjacobs
From: tjacobs@bvsd.Co.EDU (S. Tyler Ja
www.eeworm.com/read/187617/8618250
51678
Newsgroups: comp.sys.mac.hardware
Path: cantaloupe.srv.cs.cmu.edu!rochester!cornell!uw-beaver!uhog.mit.edu!news.media.mit.edu!news.media.mit.edu.!push
From: push@media.mit.edu (Pushpinder Singh)
Subje
www.eeworm.com/read/287351/8691244
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
www.eeworm.com/read/430527/8740547
m contents.m
% Higher-Order Spectral Analysis Toolbox - Demo suite
% Version 2.0.3 (R12 compliant) 27 Dec 2000
%
% hosademo : main demo file
% all other .m files in this directory are invoked by hosademo
www.eeworm.com/read/285976/8796329
readme
Problem: Given a specification file, Test.sc, code generate some stuff
according to some template.
The run script chooses to use the template oo.template that happens
to be in the template direct
www.eeworm.com/read/428779/8841689
m swarm.m
function [sol, fval, evals] = swarm(varargin)
%SWARM Particle Swarm Optimization
%
% Usage:
% sol = SWARM(PROBLEM)
% sol = SWARM(func, swarmsize, lb, ub)
%
www.eeworm.com/read/428779/8841701
m genetic.m
function [sol, fval, evals] = genetic(varargin)
%GENETIC Optimization using genetic algorithm
%
% GENETIC(func, popsize, lb, ub) tries to find the global optimum of
%
www.eeworm.com/read/428779/8841708
m diffevolve.m
function [sol, fval, evals] = diffevolve(varargin)
%DIFFEVOLVE Differential Evolution Optimization
%
% Usage:
% sol = DIFFEVOLVE(PROBLEM)
% sol = DIFFEVOLVE(func, p
www.eeworm.com/read/428779/8841716
m simanneal.m
function [sol, fval, evals] = simanneal(varargin)
%SIMANNEAL Simulated Annealing Optimization
%
% Usage:
% sol = SIMANNEAL(PROBLEM)
% sol = SIMANNEAL(func, popsize, lb