Home
last modified time | relevance | path

Searched +refs:prior +refs:add (Results 1 – 25 of 36095) sorted by relevance

12345678910>>...1444

/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/api/
H A Dsankey_rankine.py33 orientations=[1, 0, -1, 0], prior=0, connect=(2, 1))
34 sankey.add(patchlabel='\n\nPump 2', facecolor='#37c959',
38 orientations=[1, 0, 0], prior=1, connect=(3, 1))
43 orientations=[0, -1, 1, -1], prior=2, connect=(2, 0))
48 orientations=[1, 1], prior=3, connect=(2, 0))
53 orientations=[1, 0, -1, -1, -1], prior=3, connect=(3, 1))
58 orientations=[0, 1, -1, -1], prior=5, connect=(4, 0))
59 sankey.add(patchlabel='\n\n\nReheat', facecolor='#37c959',
63 orientations=[-1, 0], prior=6, connect=(3, 0))
68 orientations=[0, -1, 0, -1, 1], prior=6, connect=(1, 1))
[all …]
H A Dsankey_links.py19 prior = len(sankey.diagrams)
21 sankey.add(flows=[1, -1], orientations=[-1, -1],
22 patchlabel=str(prior + i),
23 prior=prior + i - 1, connect=(1, 0), alpha=0.5)
24 sankey.add(flows=[1, -1], orientations=[1, 1],
25 patchlabel=str(prior + i + 1),
26 prior=prior + i, connect=(1, 0), alpha=0.5)
31 prior = len(sankey.diagrams)
32 sankey.add(flows=[1, -1], orientations=[0, 1],
34 prior=prior - 1, connect=(1, 0), alpha=0.5)
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/specialty_plots/
H A Dsankey_rankine.py32 orientations=[1, 0, -1, 0], prior=0, connect=(2, 1))
33 sankey.add(patchlabel='\n\nPump 2', facecolor='#37c959',
37 orientations=[1, 0, 0], prior=1, connect=(3, 1))
42 orientations=[0, -1, 1, -1], prior=2, connect=(2, 0))
47 orientations=[1, 1], prior=3, connect=(2, 0))
52 orientations=[1, 0, -1, -1, -1], prior=3, connect=(3, 1))
57 orientations=[0, 1, -1, -1], prior=5, connect=(4, 0))
58 sankey.add(patchlabel='\n\n\nReheat', facecolor='#37c959',
62 orientations=[-1, 0], prior=6, connect=(3, 0))
67 orientations=[0, -1, 0, -1, 1], prior=6, connect=(1, 1))
[all …]
H A Dsankey_links.py17 prior = len(sankey.diagrams)
19 sankey.add(flows=[1, -1], orientations=[-1, -1],
20 patchlabel=str(prior + i),
21 prior=prior + i - 1, connect=(1, 0), alpha=0.5)
22 sankey.add(flows=[1, -1], orientations=[1, 1],
23 patchlabel=str(prior + i + 1),
24 prior=prior + i, connect=(1, 0), alpha=0.5)
29 prior = len(sankey.diagrams)
30 sankey.add(flows=[1, -1], orientations=[0, 1],
32 prior=prior - 1, connect=(1, 0), alpha=0.5)
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/api/
H A Dsankey_rankine.py33 orientations=[1, 0, -1, 0], prior=0, connect=(2, 1))
34 sankey.add(patchlabel='\n\nPump 2', facecolor='#37c959',
38 orientations=[1, 0, 0], prior=1, connect=(3, 1))
43 orientations=[0, -1, 1, -1], prior=2, connect=(2, 0))
48 orientations=[1, 1], prior=3, connect=(2, 0))
53 orientations=[1, 0, -1, -1, -1], prior=3, connect=(3, 1))
58 orientations=[0, 1, -1, -1], prior=5, connect=(4, 0))
59 sankey.add(patchlabel='\n\n\nReheat', facecolor='#37c959',
63 orientations=[-1, 0], prior=6, connect=(3, 0))
68 orientations=[0, -1, 0, -1, 1], prior=6, connect=(1, 1))
[all …]
H A Dsankey_links.py19 prior = len(sankey.diagrams)
21 sankey.add(flows=[1, -1], orientations=[-1, -1],
22 patchlabel=str(prior + i),
23 prior=prior + i - 1, connect=(1, 0), alpha=0.5)
24 sankey.add(flows=[1, -1], orientations=[1, 1],
25 patchlabel=str(prior + i + 1),
26 prior=prior + i, connect=(1, 0), alpha=0.5)
31 prior = len(sankey.diagrams)
32 sankey.add(flows=[1, -1], orientations=[0, 1],
34 prior=prior - 1, connect=(1, 0), alpha=0.5)
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/core/src/
H A DInfiniteDimensionalMCMCSampler.C44 InfiniteDimensionalMeasureBase & prior, in InfiniteDimensionalMCMCSampler() argument
47 : prior(prior), in InfiniteDimensionalMCMCSampler()
50 current_physical_state(prior.draw()), in InfiniteDimensionalMCMCSampler()
51 proposed_physical_state(prior.draw()), in InfiniteDimensionalMCMCSampler()
52 current_physical_mean(prior.draw()), in InfiniteDimensionalMCMCSampler()
53 current_physical_var(prior.draw()), in InfiniteDimensionalMCMCSampler()
54 _delta(prior.draw()), in InfiniteDimensionalMCMCSampler()
55 _M2(prior.draw()) in InfiniteDimensionalMCMCSampler()
194 this->_delta->add(1.0, *(this->current_physical_state)); in _update_moments()
205 this->_M2->add(1.0, *temp_ptr); in _update_moments()
[all …]
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_RandomWalkMetropolisHastings_std.cxx61 proposalColl.add(mean_proposal); in main()
62 proposalColl.add(std_proposal); in main()
68 sigma0s.add(0.1); in main()
69 sigma0s.add(1.0); in main()
84 priorColl.add(mean_prior); in main()
85 priorColl.add(std_prior); in main()
86 Distribution prior = ComposedDistribution( priorColl ); in main() local
89 Point initialState(prior.getRealization()); in main()
95 RandomWalkMetropolisHastings sampler(prior, conditional, data, initialState, proposalColl); in main()
101 Scalar sigmay = ConditionalDistribution(Normal(), prior).getStandardDeviation()[0]; in main()
H A Dt_RandomWalkMetropolisHastings_regression.cxx70 fullVariables.add("p1"); in main()
71 fullVariables.add("p2"); in main()
72 fullVariables.add("p3"); in main()
73 fullVariables.add("x1"); in main()
74 fullVariables.add("x2"); in main()
75 fullVariables.add("x3"); in main()
77 formulas.add("p1*x1+p2*x2+p3*x3"); in main()
78 formulas.add("1.0"); in main()
106 Distribution prior(Normal( mu0, Q0_inv ) );// x0 ~ N(mu0, sigma0) in main() local
107 std::cout << "x~" << prior << std::endl; in main()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DDirectoryWithSnapshotFeature.java164 dirList.add(node.asDirectory()); in getDirsInDeleted()
327 counts.add(diff.destroyDeletedList(bsps, collectedBlocks, removedINodes)); in destroyDiffAndCollectBlocks()
490 counts.add(file.getDiffs().deleteSnapshotDiff(bsps, post, prior, file, in cleanDeletedINode()
502 counts.add(priorChildrenDiff.destroyCreatedList(bsps, dir, in cleanDeletedINode()
736 counts.add(lastDiff.diff.destroyCreatedList(bsps, currentINode, in cleanDirectory()
739 counts.add(currentINode.cleanSubtreeRecursively(bsps, snapshot, prior, in cleanDirectory()
743 prior = getDiffs().updatePrior(snapshot, prior); in cleanDirectory()
756 counts.add(getDiffs().deleteSnapshotDiff(bsps, snapshot, prior, in cleanDirectory()
758 counts.add(currentINode.cleanSubtreeRecursively(bsps, snapshot, prior, in cleanDirectory()
775 counts.add(cNode.cleanSubtree(bsps, snapshot, Snapshot.NO_SNAPSHOT_ID, in cleanDirectory()
[all …]
H A DAbstractINodeDiffList.java72 final int prior, final N currentINode, in deleteSnapshotDiff() argument
82 diffs.get(snapshotIndex).setSnapshotId(prior); in deleteSnapshotDiff()
85 counts.add(removed.destroyDiffAndCollectBlocks(bsps, currentINode, in deleteSnapshotDiff()
90 if (previous.getSnapshotId() != prior) { in deleteSnapshotDiff()
91 diffs.get(snapshotIndex).setSnapshotId(prior); in deleteSnapshotDiff()
99 counts.add(previous.combinePosteriorAndCollectBlocks( in deleteSnapshotDiff()
116 diffs.add(diff); in addLast()
126 diffs.add(0, diff); in addFirst()
183 final int updatePrior(int snapshot, int prior) { in updatePrior() argument
186 && Snapshot.ID_INTEGER_COMPARATOR.compare(p, prior) > 0) { in updatePrior()
[all …]
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_RandomWalkMetropolisHastings_std.py31 proposalColl.add(mean_proposal)
32 proposalColl.add(std_proposal)
50 prior = ot.ComposedDistribution([mean_prior, std_prior]) variable
53 initialState = prior.getRealization()
60 prior, conditional, data, initialState, proposalColl)
68 ot.Normal(), prior).getStandardDeviation()[0]
91 prior = ot.Normal(0.0, 1.0) variable
92 prior.setDescription(['theta'])
103 prior, conditional, model, y_obs, y_obs, initialState, proposal)
114 prior, conditional, model, y_obs, y_obs, initialState, proposal)
/dports/misc/openmvg/openMVG-2.0/src/software/SfM/
H A Dmain_ListMatchingPairs.cpp101 cmd.add( make_option('i', s_SfM_Data_filename, "input_file") ); in main()
102 cmd.add( make_option('o', s_out_file, "output_file") ); in main()
103 cmd.add( make_option('n', i_neighbor_count, "neighbor_count") ); in main()
104 cmd.add( make_switch('G', "gps_mode")); in main()
105 cmd.add( make_switch('V', "video_mode")); in main()
106 cmd.add( make_switch('E', "exhaustive_mode")); in main()
227 const sfm::ViewPriors * prior = dynamic_cast<sfm::ViewPriors*>(view_it.second.get()); in main() local
228 … if (prior != nullptr && prior->b_use_pose_center_ && used_pose_ids.count(prior->id_pose) == 0) in main()
230 vec_pose_centers.push_back( prior->pose_center_ ); in main()
231 contiguous_to_pose_id[contiguous_to_pose_id.size()] = prior->id_pose; in main()
[all …]
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_cc.c206 cc->prior.cwnd = 0; in cubic_cc_reset()
209 cc->prior.w_tcp = 0; in cubic_cc_reset()
212 cc->prior.k = 0; in cubic_cc_reset()
309 uint64_t add, tcp_add; in ngtcp2_cc_cubic_cc_on_pkt_acked() local
405 add = m / cstat->cwnd; in ngtcp2_cc_cubic_cc_on_pkt_acked()
409 add = m / (100 * cstat->cwnd); in ngtcp2_cc_cubic_cc_on_pkt_acked()
421 if (tcp_add > add) { in ngtcp2_cc_cubic_cc_on_pkt_acked()
422 add = tcp_add; in ngtcp2_cc_cubic_cc_on_pkt_acked()
426 cstat->cwnd += add; in ngtcp2_cc_cubic_cc_on_pkt_acked()
496 cc->prior.cwnd = 0; in ngtcp2_cc_cubic_cc_on_spurious_congestion()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/scripts/
H A Dsync_val_gen.py376 all_stages.add(stage)
385 touchup.add(stage)
417 prior[stage].add(fdp_stage)
419 touchups_done.add(fdp_stage)
423 prior[cr_stage] = set()
426 touchups_done.add(cr_stage)
432 prior_stages.add(top_stage)
433 subseq[top_stage].add(stage)
436 subseq_stages.add(bot_stage)
437 prior[bot_stage].add(stage)
[all …]
/dports/devel/ucommon/ucommon-7.0.0/corelib/
H A Dmemory.cpp430 void *ObjectPager::add(void) in add() function in ucommon::ObjectPager
506 add(list); in StringPager()
511 add(buffer); in filter()
527 add(result); in token()
559 char *prior = tmp; in split() local
565 while(prior && *prior && match) { in split()
585 add(prior); in split()
592 add(prior); in split()
748 add(list); in set()
772 add(cp); in add()
[all …]
H A Dregex.cpp226 int prior = 0, match = 0; in split() local
237 if(match > prior) { in split()
239 add(tmp + (size_t)prior); in split()
242 prior = (int)(match + tcl); in split()
244 if(tmp[prior]) { in split()
245 add(tmp + (size_t)prior); in split()
/dports/devel/p5-IO-SessionData/IO-SessionData-1.03/lib/IO/
H A DSessionSet.pm36 $self->{readers}->add($listen);
50 sub add { subroutine
104 my $prior = defined $self->{$select}->exists($handle);
105 if (defined $act && $act != $prior) {
106 $self->{$select}->add($handle) if $act;
112 return $prior;
147 my $newsess = $self->add($newhandle) if $newhandle;
/dports/math/openturns/openturns-1.18/python/doc/examples/calibration/bayesian_calibration/
H A Dplot_bayesian_calibration.py149 graphModel.add(observations)
175 prior = ot.Normal(thetaPriorMean, thetaPriorCovarianceMatrix) variable
176 prior.setDescription(['theta1', 'theta2', 'theta3'])
177 prior
193 mymcmc = ot.MCMC(prior, conditional, model, x_obs, y_obs, thetaPriorMean)
210 prior, conditional, model, x_obs, y_obs, initialState, proposal)
268 priorGraph = prior.getMarginal(parameter_index).drawPDF()
270 graph.add(priorGraph)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/v1/
H A DHttpHeaderAction.yaml30 Headers to add to a matching request prior to forwarding the request to
38 request prior to forwarding the request to the backendService.
44 Headers to add the response prior to sending the response back to
52 from the response prior to sending the response back to the
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/alpha/
H A DHttpHeaderAction.yaml30 Headers to add to a matching request prior to forwarding the request to
38 request prior to forwarding the request to the backendService.
44 Headers to add the response prior to sending the response back to
52 from the response prior to sending the response back to the
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/beta/
H A DHttpHeaderAction.yaml30 Headers to add to a matching request prior to forwarding the request to
38 request prior to forwarding the request to the backendService.
44 Headers to add the response prior to sending the response back to
52 from the response prior to sending the response back to the
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/google/api/control/
H A Dmetric_value.py59 def merge(metric_kind, prior, latest): argument
68 prior_type, _ = _detect_value(prior)
72 prior, latest)
76 prior, latest)
120 return prior
123 def _merge_delta_metric(prior, latest): argument
150 if (prior.startTime and
155 if (prior.endTime and
158 latest.endTime = prior.endTime
165 return prior + latest
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/networkservices/v1alpha1/
H A DHeaderAction.yaml30 Describes a header to add. You may add a maximum of 5 request headers.
37 request prior to forwarding the request to the origin. You may specify
44 Headers to add to the response prior to sending it back to the
45 client. You may add a maximum of 5 response headers. Response
53 Headers to remove from the response prior to sending it back
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/scripts/
H A Dsync_val_gen.py340 all_stages.add(stage)
349 touchup.add(stage)
377 prior[fdp_stage] = set()
381 prior[stage].add(fdp_stage)
383 touchups_done.add(fdp_stage)
395 prior_stages.add(top_stage)
396 subseq[top_stage].add(stage)
399 subseq_stages.add(bot_stage)
400 prior[bot_stage].add(stage)
406 prior_sets = prior
[all …]

12345678910>>...1444