Home
last modified time | relevance | path

Searched refs:algo1 (Results 1 – 22 of 22) sorted by relevance

/dports/math/openturns/openturns-1.18/python/test/
H A Dt_AdaptiveStieltjesAlgorithm_std.py23 algo1 = AdaptiveStieltjesAlgorithm(distribution) variable
24 print(algo1)
29 clean(algo1.getRecurrenceCoefficients(i)))
34 algo1 = AdaptiveStieltjesAlgorithm(distribution) variable
35 print(algo1)
40 clean(algo1.getRecurrenceCoefficients(i)))
H A Dt_KernelSmoothing_std.py96 algo1 = ot.KernelSmoothing(ot.Normal(), False) variable
97 algo1.setBoundingOption(ot.KernelSmoothing.NONE)
98 ks1 = algo1.build(sample)
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_AdaptiveStieltjesAlgorithm_std.cxx49 AdaptiveStieltjesAlgorithm algo1(distribution); in main() local
50 fullprint << algo1 << std::endl; in main()
55 …fullprint << distribution.getClassName() << " AdaStielj(" << i << ")=" << clean(algo1.getRecurrenc… in main()
62 AdaptiveStieltjesAlgorithm algo1(distribution); in main() local
63 fullprint << algo1 << std::endl; in main()
67 …fullprint << distribution.getClassName() << " AdaStielj(" << i << ")=" << clean(algo1.getRecurrenc… in main()
H A Dt_KernelSmoothing_std.cxx129 KernelSmoothing algo1(Normal(), false); in main() local
130 algo1.setBoundingOption(KernelSmoothing::NONE); in main()
131 Distribution ks1 = algo1.build(sample); in main()
/dports/security/gringotts/gringotts-1.2.10/src/
H A Dgrg_prefs_io.c243 gchar algo1 = 0, algo2 = 0, algo; in collect_pref() local
250 algo1 = text[i]; in collect_pref()
256 if ((((algo1 >= '0') && (algo1 <= '9')) in collect_pref()
257 || ((algo1 >= 'a') && (algo1 <= 'f'))) in collect_pref()
262 if (algo1 < 'a') in collect_pref()
263 algo1 -= '0'; in collect_pref()
265 algo1 -= 'W'; /*'a'-10*/ in collect_pref()
273 algo |= (guchar) ((algo1 << 4) & 0xf0); in collect_pref()
/dports/lang/py-textX/textX-2.3.0/tests/functional/registration/projects/flow_codegen/flow_codegen/
H A Dgenerators.py16 txt += '{} "{}" #--# {}\n'.format(f.algo1.name, f.algo1.outp.name,
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dnsga2.cpp212 algorithm algo1{uda1}; in BOOST_AUTO_TEST_CASE() local
220 pop1 = algo1.evolve(pop); in BOOST_AUTO_TEST_CASE()
232 BOOST_CHECK(algo1.extract<nsga2>()->get_log() == algo2.extract<nsga2>()->get_log()); in BOOST_AUTO_TEST_CASE()
H A Dnspso.cpp210 algorithm algo1{uda1}; in BOOST_AUTO_TEST_CASE() local
218 pop1 = algo1.evolve(pop); in BOOST_AUTO_TEST_CASE()
230 BOOST_CHECK(algo1.extract<nspso>()->get_log() == algo2.extract<nspso>()->get_log()); in BOOST_AUTO_TEST_CASE()
H A Dmaco.cpp193 algorithm algo1{uda1}; in BOOST_AUTO_TEST_CASE() local
201 pop1 = algo1.evolve(pop); in BOOST_AUTO_TEST_CASE()
213 BOOST_CHECK(algo1.extract<maco>()->get_log() == algo2.extract<maco>()->get_log()); in BOOST_AUTO_TEST_CASE()
/dports/lang/py-textX/textX-2.3.0/tests/functional/registration/projects/flow_dsl/flow_dsl/
H A D__init__.py15 if f.algo1.outp != f.algo2.inp:
H A DFlow.tx9 Flow: 'connect' algo1=[Algo|ID|+m:algos] '->' algo2=[Algo|ID|+m:algos] ;
/dports/lang/py-textX/textX-2.3.0/tests/functional/test_metamodel/
H A Dtest_multi_metamodel_refs.py307 if f.algo1.outp != f.algo2.inp:
/dports/security/libmcrypt/libmcrypt-2.5.8/
H A Dconfigure.in148 [ --with-included-algos=algo1,algo2,... include algorithms/modes into the library],
H A Dconfigure1046 --with-included-algos=algo1,algo2,... include algorithms/modes into the library
/dports/textproc/xmlada/xmlada-e5bbafe/docs/
H A Dschema.rst475 Open ("algo1.xsd", F);
498 if Xsd_File = "algo1.xsd" then
520 xsi:noNamespaceSchemaLocation="algo1.xsd">
/dports/science/dynare/dynare-4.6.4/tests/
H A DMakefile.am247 kalman_filter_smoother/algo1.mod \
437 kalman_filter_smoother/algo1.m.trs kalman_filter_smoother/algo3.m.trs kalman_filter_smoother/algo4a…
438 kalman_filter_smoother/algo1.o.trs kalman_filter_smoother/algo3.o.trs kalman_filter_smoother/algo4a…
440 kalman_filter_smoother/algo2.m.trs: kalman_filter_smoother/algo1.m.trs
441 kalman_filter_smoother/algo2.o.trs: kalman_filter_smoother/algo1.o.trs
H A DMakefile.in513 kalman_filter_smoother/algo1.mod \
1038 kalman_filter_smoother/algo1.m.trs kalman_filter_smoother/algo3.m.trs kalman_filter_smoother/algo4a…
1039 kalman_filter_smoother/algo1.o.trs kalman_filter_smoother/algo3.o.trs kalman_filter_smoother/algo4a…
1041 kalman_filter_smoother/algo2.m.trs: kalman_filter_smoother/algo1.m.trs
1042 kalman_filter_smoother/algo2.o.trs: kalman_filter_smoother/algo1.o.trs
/dports/science/py-pygmo2/pygmo2-2.18.0/pygmo/
H A Dtest.py1718 algo1 = hv2d()
1723 res = hv2.compute(ref_point=[3, 3], hv_algo=algo1)
1724 res = hv2.exclusive(idx=0, ref_point=[3, 3], hv_algo=algo1)
1725 res = hv2.least_contributor(ref_point=[3, 3], hv_algo=algo1)
1726 res = hv2.greatest_contributor(ref_point=[3, 3], hv_algo=algo1)
1727 res = hv2.contributions(ref_point=[3, 3], hv_algo=algo1)
/dports/devel/eastl/EASTL-3.13.06/doc/
H A DFAQ.md106 1. [I'm getting screwy behavior in sorting algorithms or sorted containers. What's wrong?](#algo1-i…
/dports/security/libmcrypt/libmcrypt-2.5.8/autom4te.cache/
H A Doutput.11044 --with-included-algos=algo1,algo2,... include algorithms/modes into the library
H A Doutput.01046 --with-included-algos=algo1,algo2,... include algorithms/modes into the library
H A Doutput.21046 --with-included-algos=algo1,algo2,... include algorithms/modes into the library