代码搜索:problems
找到约 3,996 项符合「problems」的源代码
代码结果 3,996
www.eeworm.com/read/472494/6869109
m rastrigin.m
% Rastrigin.m
% Rastrigin function
%
% used to test optimization/global minimization problems
%
% f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2);
%
% x = N element row vector containing [x0, x1, .
www.eeworm.com/read/368337/9700737
changelog
2004-07-01 Csaba F. Kiss
* templates_on.h: workaround for problems caused by complex
redefinition ( as _complex) in Math.h from MS-VC++
2003-06-17 Brian Gough
www.eeworm.com/read/414991/11086917
m rastrigin.m
% Rastrigin.m
% Rastrigin function
%
% used to test optimization/global minimization problems
%
% f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2);
%
% x = N element row vector containing [x0, x1, .
www.eeworm.com/read/249703/12478999
m rastrigin.m
% Rastrigin.m
% Rastrigin function
%
% used to test optimization/global minimization problems
%
% f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2);
%
% x = N element row vector containing [x0, x1, .
www.eeworm.com/read/203303/15362717
txt strategies.txt
Strategies to use (cf. problems.txt)
Normal problem: 12 12 12 1
or : 18 18 18 1
Difficult problem: 21 21 21 21
(Partly) combinatorial problem: 21 21 21 21
case 0: // Around p_i OR aroun
www.eeworm.com/read/100029/15887911
cyber-patches
# From: x920031@rubb.rz.ruhr-uni-bochum.de (Jost Krieger)
#
# Now here is my file cyber.pl, accessed via external_mapping=cyber.pl.
# Problems are: I get "malformed cmd-links" for each access to the f
www.eeworm.com/read/179705/9343386
changelog
2006-03-08 Brian Gough
* test.c (square): removed inline since it causes problems with
some compilers
2005-11-14 Brian Gough
* siman.c (
www.eeworm.com/read/357508/10207362
to-do
-- $Id: TO-DO,v 1.43 2004/02/08 21:09:00 tom Exp $
SHORT-TERM TO-DO ITEMS:
Known Problems:
* The form/menu libraries do not use wide-character features.
* Some users would like to build a single v
www.eeworm.com/read/161034/10460875
tag fastopen.tag
M000 SR 08/24/90 Fixed 2 problems:
1. Insufficient memory message not printed
2. Unnecessary reserving of 64K above itself
because of which it would not load in UMBs.
M001 SR 08/31/9
www.eeworm.com/read/418911/10892003
m lsqr_b.m
function [X,rho,eta,F] = lsqr_b(A,b,k,reorth,s)
%LSQR_B Solution of least squares problems by Lanczos bidiagonalization.
%
% [X,rho,eta,F] = lsqr_b(A,b,k,reorth,s)
%
% Performs k steps of the LSQR Lan