<?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: Constrained Optimization in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/Constrained-Optimization/m-p/199503#M1027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ballardw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My colleague and I came up with a brute force solution.&amp;nbsp; Basically, we create a data set with all the possible combinations of the weights where they sum to 1.&amp;nbsp; We then compute the weighted average of the factors, rank, bin into 10 groups with equal size, and run a linear regression.&amp;nbsp; The output is stored in a file and we'll simply look for the combination of weights that give: monotonic progression (in the dependent variable), steepest slope, and highest coefficient of determination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 20:03:20 GMT</pubDate>
    <dc:creator>BillJones</dc:creator>
    <dc:date>2015-03-13T20:03:20Z</dc:date>
    <item>
      <title>Constrained Optimization</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Constrained-Optimization/m-p/199501#M1025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to optimize the following procedure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Select weights and c&lt;/SPAN&gt;ompute the weighted average of 7 factors&lt;/P&gt;&lt;P&gt;2. Rank order the weighted average factors from smallest to largest&lt;/P&gt;&lt;P&gt;3. Bin the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;weighted average &lt;/SPAN&gt;factors into n bins (small to large) with equal weight&lt;/P&gt;&lt;P&gt;4. Examine the relationship of the average values in each bin to another variable (y)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to select the weights in step 1 such that I get:&lt;/P&gt;&lt;P&gt;1. A monotonically increasing relationship between the average values in the bins to the other variable (y)&lt;/P&gt;&lt;P&gt;2. A fairly linear relationship with a line with the steepest slope&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My apologies if this type of problem has already been discussed.&amp;nbsp; I did some searches but couldn't find anything directly related.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use a constrained linear regression where the coefficients are non-negative and sum to 1?&amp;nbsp; Or would the solution involve some sort of tree procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for any help or&amp;nbsp; suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 21:50:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Constrained-Optimization/m-p/199501#M1025</guid>
      <dc:creator>BillJones</dc:creator>
      <dc:date>2015-03-11T21:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Constrained Optimization</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Constrained-Optimization/m-p/199502#M1026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might want to post some example data, dummy is okay, and what the results of what you are asking for from that data as your requirements are not really clear to an outsider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Select weights &lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Rules or restriction to selecting weights, how many variables may be involved, if more&amp;nbsp; than one how are the weights applied to the "7 factors"&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;I would like to select the weights in step 1 such that I get:&lt;/P&gt;
&lt;P&gt;1. A monotonically increasing relationship between the average values in the bins to the other variable &lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Since you imply that the bins are created after the weights are applied to the factors it is going to be quite a challenge to select the weights to compute the weighted average of he 7 factors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 23:14:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Constrained-Optimization/m-p/199502#M1026</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-11T23:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Constrained Optimization</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Constrained-Optimization/m-p/199503#M1027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ballardw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My colleague and I came up with a brute force solution.&amp;nbsp; Basically, we create a data set with all the possible combinations of the weights where they sum to 1.&amp;nbsp; We then compute the weighted average of the factors, rank, bin into 10 groups with equal size, and run a linear regression.&amp;nbsp; The output is stored in a file and we'll simply look for the combination of weights that give: monotonic progression (in the dependent variable), steepest slope, and highest coefficient of determination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 20:03:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Constrained-Optimization/m-p/199503#M1027</guid>
      <dc:creator>BillJones</dc:creator>
      <dc:date>2015-03-13T20:03:20Z</dc:date>
    </item>
  </channel>
</rss>

