代码搜索:extrapolation
找到约 175 项符合「extrapolation」的源代码
代码结果 175
www.eeworm.com/read/248950/12531215
m demoxoto.m
function demoxotO(x,o,t,r,S,movieS,memory,verbose)
# O Hagan method for extrapolation usage
# demoxot(x,o,t)
# do a demo using inputs x, etc.
if (nargin != 6 && nargin != 7 && nargin != 8)
usag
www.eeworm.com/read/107173/15612165
c integrate2.c
#include
#include "nrutil.h"
#define EPS 1.0e-6
#define JMAX 22
#define JMAXP (JMAX+1)
#define K 5
/* Here EPS is the fractional accuracy desired, as determined by the
* extrapolation error
www.eeworm.com/read/433114/8545284
m nan_interp1.m
function yi=nan_interp1(x,y,xi,method,null)
% Interpolate function y(x) with NaN's. No extrapolation.
% No interpolation across gaps with valid data on both sides.
% "yi(xi)" is set to NaN if "y(x)" o
www.eeworm.com/read/445694/7591876
m multidepintegerheuristicxover.m
function [c1,c2] = multiDepIntegerHeuristicXover(p1,p2,bounds,Ops)
% Heuristic crossover takes two parents P1,P2 and performs an extrapolation
% along the line formed by the two parents outward in the
www.eeworm.com/read/248950/12531145
m demoxoto2.m
function demoxotO2(x,o,t,r,rbeta,S,movieS,memory,verbose)
# O Hagan method for extrapolation usage
# demoxot(x,o,t)
# do a demo using inputs x, etc.
if (nargin != 9 && nargin != 7 && nargin != 8)
www.eeworm.com/read/189063/8492130
m heuristi.m
function [c1,c2] = heuristicXover(p1,p2,bounds,Ops)
% Heuristic crossover takes two parents P1,P2 and performs an extrapolation
% along the line formed by the two parents outward in the direction of
www.eeworm.com/read/288527/8625458
m heuristi.m
function [c1,c2] = heuristicXover(p1,p2,bounds,Ops)
% Heuristic crossover takes two parents P1,P2 and performs an extrapolation
% along the line formed by the two parents outward in the direction of
www.eeworm.com/read/177981/9424647
m heuristi.m
function [c1,c2] = heuristicXover(p1,p2,bounds,Ops)
% Heuristic crossover takes two parents P1,P2 and performs an extrapolation
% along the line formed by the two parents outward in the direction of
www.eeworm.com/read/357498/10208517
m heuristi.m
function [c1,c2] = heuristicXover(p1,p2,bounds,Ops)
% Heuristic crossover takes two parents P1,P2 and performs an extrapolation
% along the line formed by the two parents outward in the direction of
www.eeworm.com/read/159601/10635190
m heuristi.m
function [c1,c2] = heuristicXover(p1,p2,bounds,Ops)
% Heuristic crossover takes two parents P1,P2 and performs an extrapolation
% along the line formed by the two parents outward in the direction of