代码搜索:optimization
找到约 10,000 项符合「optimization」的源代码
代码结果 10,000
www.eeworm.com/read/456224/6278844
m alm_7_4_1.m
%
% Optimization with MATLAB
% copyright Dr. P.Venkataraman
%
% Chapter 7. Sec 7.2.2
% Augmented Lagrange Multiplier Method
% Example 7.2 in Section 7.4.1
%
% An Indirect Method for Constrain
www.eeworm.com/read/456224/6278847
m ex744.m
% Optimization with MATLAB
% Dr. P.Venkataraman
% Published by John Wiley
%
% Chapter 7, Section 7.3.3
% Example 7.4
% Optimal Control - Find feasible trajectory
% Uses unconstrained minimizer
www.eeworm.com/read/291067/6303009
m smlfun.m
function [output, Rss, sigma2] = smlfun(theta,Rhat,antenna,lambda)
%SMLFUN Calculates the optimization criterion , source correlation matrix and noise power for SML.
%
%--------
%Synopsis:
% [output
www.eeworm.com/read/479262/6690720
m imperialistcompetitvealgorithm_globaloptimizationstrategy.m
%% Imperialist Competitive Algorithm (CCA);
% A Socio Politically Inspired Optimization Strategy.
% 2008
% To use this code, you should only prepare your cost function and apply
% CCA to it. P
www.eeworm.com/read/404176/11490769
pas szcrc32.pas
{$O+}// Optimization must be ON
Unit SZCRC32;
{ Version 1.0.0
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file exc
www.eeworm.com/read/347943/11626789
m feasreal.m
% FEASREAL Generates a random sparse optimization problem with
% linear, quadratic and semi-definite constraints. Output
% can be used by SEDUMI. All data will be real-valued.
%
% The follow
www.eeworm.com/read/255152/12099180
makefile
#
# C compiler specification
#
CC = cc
#
# C optimization, only one CFLAGS line should be uncommented
# The -Xcpluscomm flags is required for the SGI cc compiler to recognize the C++
# style comment
www.eeworm.com/read/124283/14579274
texi min.texi
@cindex optimization, see minimization
@cindex maximization, see minimization
@cindex minimization, one-dimensional
@cindex finding minima
@cindex non-linear functions, minimization
This chapter desc
www.eeworm.com/read/119473/14829634
asm imgprcs2.asm
; IMGPRCS2.ASM
;
; An image processing program (First optimization pass).
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it.
www.eeworm.com/read/212047/15166877
texi min.texi
@cindex optimization, see minimization
@cindex maximization, see minimization
@cindex minimization, one-dimensional
@cindex finding minima
@cindex non-linear functions, minimization
This chapter desc