Home
last modified time | relevance | path

Searched defs:step_size (Results 1 – 25 of 1399) sorted by relevance

12345678910>>...56

/dports/science/py-dipy/dipy-1.4.1/dipy/segment/tests/
H A Dtest_qbx.py14 def straight_bundle(nb_streamlines=1, nb_pts=30, step_size=1, argument
48 def streamlines_in_circle(nb_streamlines=1, nb_pts=30, step_size=1, argument
65 def streamlines_parallel(nb_streamlines=1, nb_pts=30, step_size=1, argument
/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Doptimizers.py211 def sgd(step_size): argument
285 def adagrad(step_size, momentum=0.9): argument
322 def rmsprop(step_size, gamma=0.9, eps=1e-8): argument
350 def rmsprop_momentum(step_size, gamma=0.9, eps=1e-8, momentum=0.9): argument
384 def adam(step_size, b1=0.9, b2=0.999, eps=1e-8): argument
420 def adamax(step_size, b1=0.9, b2=0.999, eps=1e-8): argument
455 def sm3(step_size, momentum=0.9): argument
503 def constant(step_size) -> Schedule: argument
508 def exponential_decay(step_size, decay_steps, decay_rate): argument
513 def inverse_time_decay(step_size, decay_steps, decay_rate, staircase=False): argument
[all …]
/dports/math/gismo/gismo-21.12.0/src/gsSolver/
H A DgsGradientMethod.h61 T step_size ) in gsGradientMethod()
84 T step_size ) in make()
98 void setStepSize(T step_size) { m_adapt_step_size = false; m_step_size = step_size; } in setStepSize()
/dports/lang/v8/v8-9.6.180.12/test/unittests/heap/
H A Dgc-idle-time-handler-unittest.cc40 size_t step_size = GCIdleTimeHandler::EstimateMarkingStepSize(1, 0); in TEST() local
50 size_t step_size = GCIdleTimeHandler::EstimateMarkingStepSize( in TEST() local
59 size_t step_size = GCIdleTimeHandler::EstimateMarkingStepSize( in TEST() local
67 size_t step_size = GCIdleTimeHandler::EstimateMarkingStepSize( in TEST() local
H A Dallocation-observer-unittest.cc17 explicit UnusedObserver(size_t step_size) : AllocationObserver(step_size) {} in UnusedObserver()
50 explicit VerifyStepObserver(size_t step_size) in VerifyStepObserver()
113 explicit RecursiveAddObserver(size_t step_size, AllocationCounter* counter, in RecursiveAddObserver()
147 explicit RecursiveRemoveObserver(size_t step_size, AllocationCounter* counter, in RecursiveRemoveObserver()
/dports/devel/gaul/gaul-devel-0.1849-0/src/
H A Dga_gradient.c64 const double step_size) in ga_population_set_gradient_parameters()
119 double step_size; /* Current step size. */ in ga_steepestascent() local
291 double step_size; /* Current step size. */ in ga_steepestascent_double() local
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dallocation-observer.cc27 intptr_t step_size = observer->GetNextStepSize(); in AddAllocationObserver() local
61 size_t step_size = 0; in RemoveAllocationObserver() local
95 size_t step_size = 0; in InvokeAllocationObservers() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dallocation-observer.cc27 intptr_t step_size = observer->GetNextStepSize(); in AddAllocationObserver() local
61 size_t step_size = 0; in RemoveAllocationObserver() local
95 size_t step_size = 0; in InvokeAllocationObservers() local
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/chips/codec/
H A Dymb_codec.hpp19 inline int16_t ymb_step(uint8_t step, int16_t* history, int16_t* step_size) in ymb_step()
43 int16_t step_size = 127; in ymb_encode() local
69 int16_t step_size = 127; in ymb_decode() local
/dports/science/py-dipy/dipy-1.4.1/dipy/tracking/
H A Dlocaltrack.pyx69 cdef void fixed_step(double * point, double * direction, double step_size) nogil:
93 double step_size,
159 double step_size,
206 double step_size,
307 double step_size,
393 double step_size,
/dports/math/py-autograd/autograd-1.3/autograd/misc/
H A Doptimizers.py33 def sgd(grad, x, callback=None, num_iters=200, step_size=0.1, mass=0.9): argument
46 step_size=0.1, gamma=0.9, eps=10**-8): argument
58 step_size=0.001, b1=0.9, b2=0.999, eps=10**-8): argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Ddiscrete_time.cc29 const double step_size, in calculate_next_time()
90 const double step_size = get_next_step_size(); in advance_time() local
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/python/blocks/
H A Dqa_bin_statistics.py37 def __init__(self, step_size=1): argument
50 def __init__(self, f, step_size): argument
72 def __init__(self, obj_instance, step_size): argument
/dports/science/afni/afni-AFNI_21.3.16/src/
H A DSimplexx.c40 float ** response, float ** step_size, in allocate_arrays()
62 float ** response, float ** step_size, in deallocate_arrays()
118 float * step_size) in restart()
245 float * response, float * step_size) in simplex_initialize()
306 float * step_size = NULL; in simplex_optimization() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/interpolators/
H A Dcubic_b_spline.hpp53 …pline<Real>::cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real step_size, in cubic_b_spline()
60 …pline<Real>::cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cubic_b_spline()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/costexplorer/
H A Dapi_op_UpdateCostCategoryDefinition.go57 // The Cost Category's effective start date.
64 func addOperationUpdateCostCategoryDefinitionMiddlewares(stack *middleware.Stack, options Options) …
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/alloc-stress/
H A Dmem-pressure.cpp23 void add_pressure(size_t *shared, size_t size, size_t step_size, in add_pressure()
65 size_t step_size = 2 * 1024 * 1024; // 2 MB in main() local
/dports/devel/boost-docs/boost_1_72_0/boost/math/interpolators/
H A Dcubic_b_spline.hpp58 …pline<Real>::cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real step_size, in cubic_b_spline()
65 …pline<Real>::cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cubic_b_spline()
/dports/devel/hyperscan/boost_1_75_0/boost/math/interpolators/
H A Dcubic_b_spline.hpp58 …pline<Real>::cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real step_size, in cubic_b_spline()
65 …pline<Real>::cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cubic_b_spline()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/interpolators/
H A Dcubic_b_spline.hpp58 …pline<Real>::cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real step_size, in cubic_b_spline()
65 …pline<Real>::cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cubic_b_spline()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/interpolators/
H A Dcubic_b_spline.hpp58 …pline<Real>::cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real step_size, in cubic_b_spline()
65 …pline<Real>::cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cubic_b_spline()
/dports/devel/boost-libs/boost_1_72_0/boost/math/interpolators/
H A Dcubic_b_spline.hpp58 …pline<Real>::cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real step_size, in cubic_b_spline()
65 …pline<Real>::cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cubic_b_spline()
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/interpolators/
H A Dcubic_b_spline.hpp58 …pline<Real>::cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real step_size, in cubic_b_spline()
65 …pline<Real>::cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cubic_b_spline()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/interpolators/
H A Dcubic_b_spline.hpp58 …pline<Real>::cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real step_size, in cubic_b_spline()
65 …pline<Real>::cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cubic_b_spline()
/dports/math/py-pymc3/pymc-3.11.4/pymc3/step_methods/hmc/
H A Dhmc.py25 def unif(step_size, elow=0.85, ehigh=1.15): argument
114 def _hamiltonian_step(self, start, p0, step_size): argument

12345678910>>...56