代码搜索:optimizes
找到约 79 项符合「optimizes」的源代码
代码结果 79
www.eeworm.com/read/293183/8310249
m svc.m
%SVC Support Vector Classifier
%
% [W,J] = svc(A,type,par,C)
%
% Optimizes a support vector classifier for the dataset A by
% quadratic programming. The classifier can be of one of the types
% as
www.eeworm.com/read/203299/15362801
c pso.c
/*
This program optimizes benchmark functions using particle swarm algorithm
Asynchronous version
Yuhui Shi, May 15, 1998
@ See OLD_README file for more details
/-------------------
www.eeworm.com/read/410336/11292872
m soa_wgyh_zyk_dai_57.m
% FDA_RUN
%
% Filter Design Algorithm that uses a seeker optimization algorithm to design and
% optimizes an IIR transfer function that fits a desired magnitude
% response. Adjustable inputs inclu
www.eeworm.com/read/280962/4121136
py optimized_al.py
"""This script duplicates adjacency_list.py, but optimizes the loading
of XML nodes to be based on a "flattened" datamodel. Any number of XML documents,
each of arbitrary complexity, can be loaded in
www.eeworm.com/read/133942/14017166
m nefopt.m
function nefopt(fuzzy_error, input_stack, nef_opt);
%NEFOPT NEFCON Optimization function (Nefcon Learning Algorithms)
% This function optimizes the membership functions of the
% f
www.eeworm.com/read/405754/2285076
c optwts.c
/* Optimizes the network weights, either by using only an SCG
algorithm, or by doing a first part of the optimizing using SCG and
then doing the rest using a (faster) LBFGS algorithm.
Input args:
s
www.eeworm.com/read/140545/13076836
cpp myvector.cpp
//: C05:MyVector.cpp
// Optimizes away temporaries via templates
#include
#include
#include
using namespace std;
// A proxy class for sums of vectors
template
www.eeworm.com/read/366702/2864893
c sse5-fma.c
/* Test that the compiler properly optimizes floating point multiply and add
instructions into fmaddss, fmsubss, fnmaddss, fnmsubss on SSE5 systems. */
/* { dg-do compile } */
/* { dg-require-eff
www.eeworm.com/read/184175/9118907
txt readme.txt
Main Matlab script is in runsim.m. It generates random topologies,
optimizes, and display results.
IMPORTANT: you may need to add manually the lib path in Matlab in order to
get all the necessary fun
www.eeworm.com/read/181293/9260502
txt readme.txt
Main Matlab script is in runsim.m. It generates random topologies,
optimizes, and display results.
IMPORTANT: you may need to add manually the lib path in Matlab in order to
get all the necessary fun