代码搜索:Optimization
找到约 10,000 项符合「Optimization」的源代码
代码结果 10,000
www.eeworm.com/read/198351/7939361
ac configure.ac
dnl Process this file with autoconf to produce a configure script.
AC_INIT(configure.ac)
AM_INIT_AUTOMAKE(iasp, 91.0.7)
AM_CONFIG_HEADER(config.h)
dnl AC_LANG_FORTRAN77
AC_ISC_POSIX
AC_PROG_CC
dnl
www.eeworm.com/read/298649/7947046
bbl sga-c.bbl
\begin{thebibliography}{}
\bibitem[Booker, 1982]{Booker:82}
Booker, L.~B. (1982).
\newblock Intelligent behavior as an adaptation to the task environment
(Doctoral dissertation, Technical Repo
www.eeworm.com/read/198177/7948269
m unc_n2_goldstein.m
function [f]=unc_n2_goldstein(x)
%reference:
%note that you can get the formulation of unc_n2_goldstein from some
%aritcles,such as
%(1)LS Zhang, CK Ng, D Li, WW Tian 'A New Filled Function Metho
www.eeworm.com/read/398328/7994015
m isittimetostop.m
function reasonToStop = isItTimeToStop(options,state)
% Check to see if any of the stopping criteria have been met.
% isItTimeToStop(options,state); is a string containing the reason the ga
% s