代码搜索:optimization
找到约 10,000 项符合「optimization」的源代码
代码结果 10,000
www.eeworm.com/read/359369/2978463
m graddesc.m
function [x, options, flog, pointlog] = graddesc(f, x, options, gradf, ...
varargin)
%GRADDESC Gradient descent optimization.
%
% Description
% [X, OPTIONS, FLOG, POINTLOG] = GRADDESC(F, X, OP
www.eeworm.com/read/351555/3106859
c resample_mmx.c
// MMX optimizations from Michael Niedermayer (michaelni@gmx.at) (under GPL)
/* optimization TODO / NOTES
movntq is slightly faster (0.5% with the current test.c benchmark)
(but thats just te
www.eeworm.com/read/162614/5530593
c pr20702.c
/* PR tree-optimization/20702
VRP did not insert ASSERT_EXPRs into dominator dominator children
of a basic block ending with COND_EXPR unless the children are also
immediate successors of the
www.eeworm.com/read/162614/5530953
c mi6.c
/* Another test case for over-eager multiple include optimization,
where the leading "#if !defined" expression is obtained partially,
or wholly, from macros. Neil Booth, 30 Sep 2001. */
/* {
www.eeworm.com/read/162614/5531138
c mi6.c
/* Another test case for over-eager multiple include optimization,
where the leading "#if !defined" expression is obtained partially,
or wholly, from macros. Neil Booth, 30 Sep 2001. */
/* {
www.eeworm.com/read/160691/5567426
java runtimevisibleparameterannotationsattrinfo.java
/* $Id: RuntimeVisibleParameterAnnotationsAttrInfo.java,v 1.2.2.1 2006/01/16 22:57:55 eric Exp $
*
* ProGuard -- shrinking, optimization, and obfuscation of Java class files.
*
* Copyright (c) 200
www.eeworm.com/read/160691/5567428
java runtimeinvisibleparameterannotationsattrinfo.java
/* $Id: RuntimeInvisibleParameterAnnotationsAttrInfo.java,v 1.2.2.1 2006/01/16 22:57:55 eric Exp $
*
* ProGuard -- shrinking, optimization, and obfuscation of Java class files.
*
* Copyright (c) 2
www.eeworm.com/read/160691/5567544
java classfileclassfornamereferenceinitializer.java
/* $Id: ClassFileClassForNameReferenceInitializer.java,v 1.17.2.1 2006/01/16 22:57:55 eric Exp $
*
* ProGuard -- shrinking, optimization, and obfuscation of Java class files.
*
* Copyright (c) 200
www.eeworm.com/read/368351/9700416
inc lua_conf.inc
# Common Tecmake definitions for Lua 5.1
SFX = 5.1
PROJNAME = lua$(SFX)
OPT = Yes # Turn optimization on
USE_NODEPEND = Yes # Disable dependencies
NO_SCRIPTS = Yes # Disable scripts and
www.eeworm.com/read/368154/9708911
m pso.m
%% Particle Swarm Optimization Simulation
% Simulates the movements of a swarm to minimize the objective function
%
% $$ \left( x-15 \right) ^{2}+ \left( y-20 \right) ^{2} = 0$$
%
% The swarm m