代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/338643/12290791
m xsvsel.m
% xsvsel.m
% Scope: This MATLAB program executes the selection of 4, 5 or 6 satel-
% lites based on minimum geometric dilution of precision (GDOP)
%
www.eeworm.com/read/234476/14111546
ini sixhump.ini
Sixhump camel back function
2 Dimension of the problem
-1.0316285D0 Function value of the global minimum.
-3.D0
www.eeworm.com/read/234476/14111554
ini shubert.ini
Shubert function
2 Dimension of the problem
-186.7309088D0 Function value of the global minimum.
-10.D0 Lower bou
www.eeworm.com/read/234476/14111558
ini quadratic.ini
Quadratic function
2 Dimension of the problem
10.D0 Function value of the global minimum.
0.D0 Lower bo
www.eeworm.com/read/234476/14111559
ini hartman.ini
Hartman function
3 Dimension of the problem
-3.86278215D0 Function value of the global minimum.
0.D0 Lower bou
www.eeworm.com/read/234476/14111560
ini hartman1.ini
Hartman function
6 Dimension of the problem
-3.32236801D0 Function value of the global minimum.
0.D0 Lower bou
www.eeworm.com/read/211781/15173851
pro tree_min_ui.pro
;+
; NAME:
;
; TREE_MIN_UI
;
; PURPOSE:
;
; Uses a directed stochastic tree search for
; a minimum of a function of a single variable.
; This is a prototype global minimization search
;
www.eeworm.com/read/209907/15211895
java debuglistener.java
package util;
/**
DebugListener specifies the minimum interface for a class that wants to
output debug messages received by the Debug class.
@see Debug
*/
public interface DebugListener {
www.eeworm.com/read/209338/15223176
m quadtree.m
% Question No: 7
% Given an image. Implement the split and merge procedure for segmenting
% the image with different values for minimum dimensions of the quadtree
% regions.
function quadtree(
www.eeworm.com/read/208487/15246494
m nonsmoothopt.m
%% Genetic Algorithm optimization demo
% This is a demonstration of how to find a minimum of a non-smooth
% objective function using the Genetic Algorithm (GA) function in the
% Genetic Algorithm a