Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-12158

Allow the monteCarlo Stream Evaluator to support variables

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Resolved
    • None
    • 7.4
    • None
    • None

    Description

      This ticket will allow the monteCarlo function to assign variables on each iteration. This will allow for much more readable and flexible Monte Carlo simulations. Sample syntax:

      let(a=normalDistribution(10, 5),
          b=normalDistribution(20, 3),
          c=monteCarlo(d=sample(a),
                       e=sample(b),
                       add(d, e),
                       50000))

       

       

       

      Attachments

        1. SOLR-12158.patch
          7 kB
          Joel Bernstein

        Issue Links

          Activity

            People

              jbernste Joel Bernstein
              jbernste Joel Bernstein
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: