代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/358610/6282138
old makefile.old
# makefile for hidden Markov model code.
#
CC = gcc # use gnu C++ compiler
#CC = CC # use SunOS C++ compiler
CFLAGS = -c -O # optimize
# CFLAGS = -c -O
# CFLAGS = -c -g # debug
# CFLAGS = -c -pe
www.eeworm.com/read/358610/6282452
old makefile.old
# makefile for hidden Markov model code.
#
CC = gcc # use gnu C++ compiler
#CC = CC # use SunOS C++ compiler
CFLAGS = -c -O # optimize
# CFLAGS = -c -O
# CFLAGS = -c -g # debug
# CFLAGS = -c -pe
www.eeworm.com/read/493294/6400248
m consistent_occ.m
function [w1,optval] = consistent_occ(x,w,fracrej,range,nrbags,varargin)
%CONSISTENT_OCC
%
% W = CONSISTENT_OCC(X,W,FRACREJ,RANGE,NRBAGS)
%
% Optimize the hyperparameters of method W. W should con
www.eeworm.com/read/492363/6421759
m chap5_4.m
%GA(Generic Algorithm) Program to optimize Parameters of PID
clear all;
close all;
global rin yout timef
G=100;
Size=30;
CodeL=10;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
www.eeworm.com/read/492400/6422261
m consistent_occ.m
function [w1,optval] = consistent_occ(x,w,fracrej,range,nrbags,varargin)
%CONSISTENT_OCC
%
% W = CONSISTENT_OCC(X,W,FRACREJ,RANGE,NRBAGS)
%
% Optimize the hyperparameters of method W. W should con
www.eeworm.com/read/491125/6440939
m chap5_4.m
%GA(Generic Algorithm) Program to optimize Parameters of PID
clear all;
close all;
global rin yout timef
G=100;
Size=30;
CodeL=10;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
www.eeworm.com/read/490511/6446937
m chap5_4.m
%GA(Generic Algorithm) Program to optimize Parameters of PID
clear all;
close all;
global rin yout timef
G=100;
Size=30;
CodeL=10;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
www.eeworm.com/read/490601/6449437
m chap5_4.m
%GA(Generic Algorithm) Program to optimize Parameters of PID
clear all;
close all;
global rin yout timef
G=100;
Size=30;
CodeL=10;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
www.eeworm.com/read/485332/6558781
old makefile.old
# makefile for hidden Markov model code.
#
CC = gcc # use gnu C++ compiler
#CC = CC # use SunOS C++ compiler
CFLAGS = -c -O # optimize
# CFLAGS = -c -O
# CFLAGS = -c -g # debug
# CFLAGS = -c -pe
www.eeworm.com/read/485348/6559578
old makefile.old
# makefile for hidden Markov model code.
#
CC = gcc # use gnu C++ compiler
#CC = CC # use SunOS C++ compiler
CFLAGS = -c -O # optimize
# CFLAGS = -c -O
# CFLAGS = -c -g # debug
# CFLAGS = -c -pe