<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: scenarios given by the optimizer, not matching simulation in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489791#M7529</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;Yes, the order can be random, though I would suggest you use the "default" state of the table to create the column. (The order the table was in when you imported/created it)&lt;P&gt;This way, the sequence (1,2,3,...,500) will result in that default ordering.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 20 Apr 2022 08:50:02 GMT</pubDate>
    <dc:creator>moehlmann_fe</dc:creator>
    <dc:date>2022-04-20T08:50:02Z</dc:date>
    <item>
      <title>scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489776#M7514</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.0.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello,&lt;/P&gt;
 &lt;P&gt;I have this model and I am trying to use the optimizer but I am facing various problems.&lt;/P&gt;
 &lt;P&gt;- The optimizer is giving me production time equals to 0, that does not make sense&lt;/P&gt;
 &lt;P&gt;- The optimizer gives scenarios with the same outcome.&lt;/P&gt;
 &lt;P&gt;- The optimizer's scenarios, if I replicate them and play them in simulation, gives me a different value than the optimizer.&lt;/P&gt;
 &lt;P&gt;Please, I don't get what is the issue and stuck for a few days with this.&lt;/P&gt;
 &lt;P&gt;Thanks&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/50990-layout-v32-14.fsm" target="_blank"&gt;Layout v3.2_14.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Apr 2022 09:24:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489776#M7514</guid>
      <dc:creator>marc_r5</dc:creator>
      <dc:date>2022-04-15T09:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489777#M7515</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;This model doesn't seem repeatable. When I run it, the message box appears at slightly different end times. If the model isn't repeatable, then you won't get consistent results from the Optimizer.&lt;/P&gt;&lt;P&gt;The end time doesn't seem to vary by much. However, other events in the model do vary, by quite a bit. Because my Windows region settings are different, I got exceptions in parsing the date/time values. These exceptions happened at wildly different times in the model; sometimes they happened at time 120, other times as late as 250. In a repeatable model, these exceptions should happen at exactly the same time, every time. The big swing in these exceptions reveals a severe repeatability problem. You can replicate these exceptions by changing lines 23 and 24 of the "Register to Departures GT" activities:&lt;/P&gt;&lt;PRE&gt;DateTime departureDate = DateTime(table&lt;R&gt;["DepartureDate"], "_broken_d/%m/%Y %H:%M:%S");
DateTime endDate = DateTime(table&lt;R&gt;["FabricationEndDate"], "_broken_%d/%m/%Y %H:%M:%S");&lt;/R&gt;&lt;/R&gt;&lt;/PRE&gt;&lt;P&gt;Then you can easily see the exceptions happening at different times.&lt;/P&gt;&lt;P&gt;If you fix the repeatability issues, you'll likely fix the optimizer issues you are having. This article provides many things to check, to make sure your model is repeatable:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.flexsim.com/en/22.1/BestPractices/ModelRepeatability/ModelRepeatability.html"&gt;https://docs.flexsim.com/en/22.1/BestPractices/ModelRepeatability/ModelRepeatability.html&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Apr 2022 15:50:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489777#M7515</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2022-04-15T15:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489778#M7516</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello Jordan, thanks for your response.&lt;/P&gt;
 &lt;P&gt;The model use different time for each piece in each processor. The total production time is what I need to minimize, so they need to change to take the min of them. &lt;/P&gt;
 &lt;P&gt;So to do that, each time the model resets, it changes the order of the arrivals, so the production time must change, as the pieces enters in a different time and each processors time are different for each piece. So, it will give different result each time it resets.&lt;/P&gt;
 &lt;P&gt;I am not sure if I understand this issue you say that the end time change.&lt;/P&gt;
 &lt;P&gt;About the issue with parsing datetime, I used "%&lt;SPAN style="color: rgb(0, 136, 0); font-family: Menlo, Monaco, Consolas, "&gt;d/%m/%Y %H:%M:%S"&lt;/SPAN&gt; because someone on the forum told me it was the "universal" way, that won't give error in different region settings. Is it &lt;SPAN style="color: rgb(0, 136, 0); font-family: Menlo, Monaco, Consolas, "&gt;"_broken_d/%m/%Y %H:%M:%S"&lt;/SPAN&gt; the way to avoid region settings issues?&lt;/P&gt;
 &lt;P&gt;Thanks.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 06:54:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489778#M7516</guid>
      <dc:creator>marc_r5</dc:creator>
      <dc:date>2022-04-19T06:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489779#M7517</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;/P&gt;
 &lt;P&gt;This is where I change the values on reset.&lt;/P&gt;
 &lt;P&gt;It is done like this to iterate the order within each building and floor, so both of them are mantained in the same order, and within each, there are a lot of panels that will be changed in order to find the best production time according to the balancing between stations.&lt;/P&gt;
 &lt;span class="lia-inline-image-display-wrapper" image-alt="1650351582196.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1509870iFE66911BF4A4C4D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="1650351582196.png" alt="1650351582196.png" /&gt;&lt;/span&gt;
 &lt;P&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 07:02:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489779#M7517</guid>
      <dc:creator>marc_r5</dc:creator>
      <dc:date>2022-04-19T07:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489780#M7518</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;In your model you are missing the last step of the proposed solution I provided in your previous question: Resetting the table to its original row order after assigning the "order" values based on the sequence parameter.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.flexsim.com/questions/118451/optimize-iterating-order-within-groups.html"&gt;https://answers.flexsim.com/questions/118451/optimize-iterating-order-within-groups.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Currently, when you apply the same sequence multiple times in a row the table order will change every time, which is likely why you run into repeatability issues. You can see this when you open the table and hit "Reset" multiple times in a row.&lt;/P&gt;&lt;P&gt;To have the model be repeatable I added a new column to the table in the other post, which determines the "correct" order of the table it is restored to at the end of the code. That way, the same sequence will always result in the same table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1650358587673.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1509871i11198C621916021C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1650358587673.png" alt="1650358587673.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1650358615456.gif"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1509875i74D9F6DA886B90F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="1650358615456.gif" alt="1650358615456.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(The first reset after activating the last code line results in a "wrong" order still, since the table is not yet sorted by the last column. Afterwards, the table doesn't change on every reset anymore)&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 08:58:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489780#M7518</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-04-19T08:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489781#M7519</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you so much Felix. Sorry I missed that, I got confused...
 &lt;P&gt;So to do it dynamically, on the parameter "on set", I would copy paste the original order into a new column each time, so I can then order by it? Am I right?&lt;/P&gt;
 &lt;P&gt;Thank you so much again.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 09:08:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489781#M7519</guid>
      <dc:creator>marc_r5</dc:creator>
      <dc:date>2022-04-19T09:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489782#M7520</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I tried to do that, but order still changes... I cannot find why...&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/51048-layout-v32-14.fsm" target="_blank"&gt;Layout v3.2_14.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 09:30:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489782#M7520</guid>
      <dc:creator>marc_r5</dc:creator>
      <dc:date>2022-04-19T09:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489783#M7521</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Because in your runStart trigger you sort only by the "Order" column. You need to use the OriginalOrder or comment that line.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 10:11:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489783#M7521</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-04-19T10:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489784#M7522</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 I did that, and it still changes the order each time I press the reset button...
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 12:20:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489784#M7522</guid>
      <dc:creator>marc_r5</dc:creator>
      <dc:date>2022-04-19T12:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489785#M7523</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You shouldn't copy the "Order" column to the "OriginalOrder" column. The "OriginalOrder" values for each row are static.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1650371346709.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1509876i4A7C4F65D8F6A64E/image-size/large?v=v2&amp;amp;px=999" role="button" title="1650371346709.png" alt="1650371346709.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Otherwise you have the same problem again: The order would depend on the last used sequence.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 12:33:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489785#M7523</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-04-19T12:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489786#M7524</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Hi Felix, then without copying the values, how the optimizer assigns a new order each time?
 &lt;P&gt;The model takes by the order column each piece and creates it in the flow, if I always order by originalorder column which is static and never changes, the flow order will be the same?&lt;/P&gt;
 &lt;P&gt;I think I miss something.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 12:57:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489786#M7524</guid>
      <dc:creator>marc_r5</dc:creator>
      <dc:date>2022-04-19T12:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489787#M7525</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I wasn't sure how exactly the orders are generated in your model. The assumption for my solution was that each token would be assigned an "order number" in ascending order and look for the row with the corresponding number. So the first token would look for the row where "order" = 1 and so on.&lt;/P&gt;&lt;P&gt;If they are created in the order they appear in the table, then you can simply change the order of operations in the code. Restore the original order first, then assign the new values.&lt;/P&gt;&lt;P&gt;In this case, re-assigning the "order" values after sorting the table also shouldn't be necessary.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1650374631954.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1509877iD1EC06A553286898/image-size/large?v=v2&amp;amp;px=999" role="button" title="1650374631954.png" alt="1650374631954.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/51055-layout-v32-141.fsm" target="_blank"&gt;layout-v32-14(1).fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 13:24:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489787#M7525</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-04-19T13:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489788#M7526</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello,&lt;/P&gt;
 &lt;P&gt;Perfect, I've simplified this part. And yes, I create tokens, and assign each token by order to data in arrivals table.&lt;/P&gt;
 &lt;P&gt;But, doing this, and now I would think it has a proper logic, when I click on reset, order changes still, and when optimize, I get a lot of results with production time equals to 0, which is weird...&lt;/P&gt;
 &lt;P&gt;Production time is a tracked variable that I assign at the end of the process.&lt;/P&gt;
 &lt;P&gt;I thank you all for the help so far, but if you could give me some light in this, I would appreciate it a lot, as I cannot find any kind of example like this anywhere.&lt;/P&gt;
 &lt;P&gt;Thank you&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/51101-layout-v32-14.fsm" target="_blank"&gt;Layout v3.2_14.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Apr 2022 07:23:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489788#M7526</guid>
      <dc:creator>marc_r5</dc:creator>
      <dc:date>2022-04-20T07:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489789#M7527</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You commented out the line that resets the table order before assigning the new one, which is why it still changes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1650440730875.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1509879iB1BF970D9FD6EFC6/image-size/large?v=v2&amp;amp;px=999" role="button" title="1650440730875.png" alt="1650440730875.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The optimizer issue is likely caused by how you populate the schedule table of the process flow source. I am not actually when exactly the calculated table updates, but I find that on occasion an empty table is pasted into the source, meaning nothing actually happens when the model is started.&lt;/P&gt;&lt;P&gt;Right now you have three things that have to happen on model reset (update arrivals table, update calculated table based on it and copy schedule to the PF source). Because they all happen in different parts of model (Parameter On Set trigger, OnModelReset trigger, Calculated Table) the order in which these happen might not be fixed. Instead I would change the model so that everything happens in the OnSet trigger of the parameter: Assign new order to table -&amp;gt; SQL query to get the arrival schedule -&amp;gt; Copy schedule to source&lt;/P&gt;&lt;P&gt;I don't know if the calculated table is used in some other place in the model. If not, it would be redundant after this change.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/51111-layout-v32-142.fsm" target="_blank"&gt;layout-v32-14(2).fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Apr 2022 07:51:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489789#M7527</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-04-20T07:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489790#M7528</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Oh, thank you very much Felix. Now I think it makes more sense! I appreciate your help so much!
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;One last question if I may. The originalorder column, does it needs to be a static column with a random order because it is just used to reset the table's order and assign a new one? Am I right?&lt;/P&gt;
 &lt;P&gt;Thanks again!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Apr 2022 08:36:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489790#M7528</guid>
      <dc:creator>marc_r5</dc:creator>
      <dc:date>2022-04-20T08:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489791#M7529</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Yes, the order can be random, though I would suggest you use the "default" state of the table to create the column. (The order the table was in when you imported/created it)&lt;P&gt;This way, the sequence (1,2,3,...,500) will result in that default ordering.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Apr 2022 08:50:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489791#M7529</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-04-20T08:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489792#M7530</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Perfect, thanks.
 &lt;P&gt;And this "on set" logic on this parameter can be done in another place like "on simulation start" if exists?&lt;/P&gt;
 &lt;P&gt;I mean this, because "on reset" I coud import data, and then all the changes on parameters that come from a global table, will be done afterwards before simulation starts...?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Apr 2022 13:12:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489792#M7530</guid>
      <dc:creator>marc_r5</dc:creator>
      <dc:date>2022-04-20T13:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: scenarios given by the optimizer, not matching simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489793#M7531</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;The ordering of the table should work if done on simulation start.&lt;P&gt;Copying the arrival times into the source might better be done in the "On Import" trigger. Since the data is ordered by time anyway, I don't think it has to be done on every reset/model start.&lt;/P&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Apr 2022 14:03:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scenarios-given-by-the-optimizer-not-matching-simulation/m-p/13489793#M7531</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-04-20T14:03:38Z</dc:date>
    </item>
  </channel>
</rss>

