代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/455033/7378994
hpp linesearch.hpp
#ifndef LINE_SEARCH_HH
#define LINE_SEARCH_HH
#include
#include "defs.hpp"
#include "NRJ.hpp"
#include
#include
#define MAX_IT_LS 1000
/*
This is the base class for o
www.eeworm.com/read/441825/7664283
m rankncg_linear_train.m
function [w,time_taken]=RankNCG_linear_train(data,CG_tolerance,lambda,method,epsil,verbose,plot_enable)
% Trains a linear ranking function using nonlinear conjugate gradient.
%
% The exct version s
www.eeworm.com/read/299459/7850543
m rbfpreimg2.m
function z = rbfpreimg2(varargin)
% RBFPREIMG2 RBF pre-image problem by Gradient optimization.
%
% Synopsis:
% z = rbfpreimg2(model)
% z = rbfpreimg2(model,options)
%
% Description:
% z = rbfprei
www.eeworm.com/read/197100/8030151
cpp makerow.cpp
/**********************************************************************
* File: makerow.cpp (Formerly makerows.c)
* Description: Code to arrange blobs into rows of text.
* Author: Ray Smit
www.eeworm.com/read/312163/13617481
m rbfpreimg2.m
function z = rbfpreimg2(varargin)
% RBFPREIMG2 RBF pre-image problem by Gradient optimization.
%
% Synopsis:
% z = rbfpreimg2(model)
% z = rbfpreimg2(model,options)
%
% Description:
% z = rbfprei
www.eeworm.com/read/307914/13713224
nn skin.nn
3
3 6 1
0
1
0.000000 1.000000
0.000000 1.000000
0.000000 1.000000
12.715479
3.975381
7.267306
-2.828213
-5.901746
56.047752
-31.722653
-21.872528
-10.393643
-11.324373
42.869545
-27.680447
3.026
www.eeworm.com/read/307914/13713225
nn skin.nn
3
3 6 1
0
1
0.000000 1.000000
0.000000 1.000000
0.000000 1.000000
12.715479
3.975381
7.267306
-2.828213
-5.901746
56.047752
-31.722653
-21.872528
-10.393643
-11.324373
42.869545
-27.680447
3.026
www.eeworm.com/read/134901/5891512
m rbfpreimg2.m
function z = rbfpreimg2(varargin)
% RBFPREIMG2 RBF pre-image problem by Gradient optimization.
%
% Synopsis:
% z = rbfpreimg2(model)
% z = rbfpreimg2(model,options)
%
% Description:
% z = rbfprei
www.eeworm.com/read/134479/5892662
makefile
ROOTDIR = ../../..
EXECUTABLE = conjugate_gradient
FILES = conjugate_gradient
LIBRARIES = $(RUNTIME_LIBS)
include $(ROOTDIR)/common.mk
www.eeworm.com/read/485607/6554830
cpp vowelcube.cpp
#include
#include
#include
#ifndef GL_MULTISAMPLE
#define GL_MULTISAMPLE 0x809D
#endif
#include "vowelcube.h"
VowelCube::VowelCube(QWidget *parent)
: QGLWidget(parent