[go: up one dir, main page]

Skip to content

Error using OEAMC>generateSample (line 392)

@mikolajr

Unfortunately after running for 24h...

> In OEAMC>generateSample (line 380)
  In OEAMC (line 110)
  In MCexp (line 91)
  In getViablePoints (line 69)
  In resampleViablePoints (line 25)
  In prepareViablePointsForProjection (line 27)
  In parallel_function>make_general_channel/channel_general (line 914)
  In remoteParallelFunction (line 38)

Error using OEAMC>generateSample (line 392)
Failed to find a sample within given bounds (in 10000 tries around x0=[0.717712160123983 -3 0.437689336725615
0.391525010884882 0.807029984340401 0.57889515605566 0.999435062508544 0.17197469137511 0.0882918919164185
0.998391723213638 0.065195095794567 -1.63250701272741 0.788172251492741 -2 0.999149452010571 0.935359638109161 -2
1 -2 0.948557173093372 0.89472401505391 1 0.792735143824971 0.135370344948115 0.992187486344212 0.468249870236945
-3 -0.0948349012563821 -3 -3 -0.376810402983105 0.173678151814998 3.34806720859118 0.187192418271089
-0.0715142381095145 -3 0.235800400922341 1.26367486663951 -3 2.45837701747375 -2.42934114208034 3.07985226201019
3.92151065085411 4 4 0.0855202271127862 -3 1.5251899602286 -2.03678189958864 4]).

Error in OEAMC (line 110)
    [y0, sigm] = generateSample(x0,sigm,bmin,bmax);


Error in MCexp (line 91)
    [viable, flagmonte, nfeval]=OEAMC(@functionfinal, x0, n, bmin,bmax, OPTIONS);


Error in getViablePoints (line 69)
                Vm = MCexp('evalModel',viabilityThreshold,x0,bmax,bmin,nmontTarget);


Error in resampleViablePoints (line 25)
        [viablePoints, cost] = getViablePoints(threshold, bmin, bmax, options.nmont, options.nelip,
        'viablePoints', viablePoints, 'cost', cost, 'dropMontPoints', options.dropMontPoints);


Error in prepareViablePointsForProjection (line 27)
    [viablePoints, cost, sampled] = resampleViablePoints(localModifiableParameterIdxs, viablePoints, cost,
    threshold, options, paramSpecs);


Error in TFmain (line 59)
    parfor (i = 1:settings.numRuns, numWorkers)


Error in adaptation_main (line 125)
    [ runs, viabilityThreshold, settings ] = TFmain(p);