<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Nathan Brixius : TechFest</title><link>http://blogs.msdn.com/natbr/archive/tags/TechFest/default.aspx</link><description>Tags: TechFest</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>TechFest wrap-up</title><link>http://blogs.msdn.com/natbr/archive/2009/02/28/techfest-wrap-up.aspx</link><pubDate>Sat, 28 Feb 2009 23:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9451253</guid><dc:creator>Nathan Brixius</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/natbr/comments/9451253.aspx</comments><wfw:commentRss>http://blogs.msdn.com/natbr/commentrss.aspx?PostID=9451253</wfw:commentRss><wfw:comment>http://blogs.msdn.com/natbr/rsscomments.aspx?PostID=9451253</wfw:comment><description>&lt;P&gt;Whew - an exciting and tiring week is over.&amp;nbsp; We had hundreds of employees stop by our TechFest booth to ask questions, talk about their team's optimization or modeling problems, look at our demos, or simply hear more about Solver Foundation.&amp;nbsp;&amp;nbsp; A big thanks to my teammates &lt;A href="http://blogs.msdn.com/lengningliu/" mce_href="http://blogs.msdn.com/lengningliu/"&gt;Lengning&lt;/A&gt;, Lucas, and Lin for doing such a great job this last week.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;OML - our declarative language for specifying optimization problems - was received with great interest.&lt;A href="http://blogs.msdn.com/pascal/archive/2009/01/13/l-agenda-des-techdays-2009-a-t-enti-rement-construit-avec-microsoft-solver-foundation.aspx" mce_href="http://blogs.msdn.com/pascal/archive/2009/01/13/l-agenda-des-techdays-2009-a-t-enti-rement-construit-avec-microsoft-solver-foundation.aspx"&gt;&amp;nbsp;&amp;nbsp;Microsoft France's experience using Solver Foundation to schedule TechDays&lt;/A&gt; really "worked" as an example.&amp;nbsp;Even our simple quadratic programming example in Excel opened a lot of eyes.&amp;nbsp; There several questions about data binding (and there have been some recent threads &lt;A href="http://code.msdn.microsoft.com/solverfoundation/Thread/List.aspx" mce_href="http://code.msdn.microsoft.com/solverfoundation/Thread/List.aspx"&gt;in our forums&lt;/A&gt;), so I think I'd like to devote a couple of posts to that.&amp;nbsp; Lastly, I was surprised to get several inquiries into our nonlinear unconstrained optimizer - that's an area I will devote some time to that&amp;nbsp;as well.&lt;/P&gt;
&lt;P&gt;I will be attending a couple of conferences over the next several months, but for now it's back to work on the next version of Solver Foundation.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9451253" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/natbr/archive/tags/Solver+Foundation/default.aspx">Solver Foundation</category><category domain="http://blogs.msdn.com/natbr/archive/tags/optimization/default.aspx">optimization</category><category domain="http://blogs.msdn.com/natbr/archive/tags/TechFest/default.aspx">TechFest</category></item><item><title>Solver Foundation at TechFest: my "pitch"</title><link>http://blogs.msdn.com/natbr/archive/2009/02/25/solver-foundation-at-techfest-my-pitch.aspx</link><pubDate>Thu, 26 Feb 2009 07:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9445671</guid><dc:creator>Nathan Brixius</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/natbr/comments/9445671.aspx</comments><wfw:commentRss>http://blogs.msdn.com/natbr/commentrss.aspx?PostID=9445671</wfw:commentRss><wfw:comment>http://blogs.msdn.com/natbr/rsscomments.aspx?PostID=9445671</wfw:comment><description>&lt;P&gt;Another busy day - we spoke with literally hundreds of Microsoft employees about Solver Foundation at TechFest '09.&amp;nbsp; Microsoft is a huge company, so we got a chance to talk to people from many different parts of the company with&amp;nbsp;varying backgrounds.&amp;nbsp; Some are intimately familiar with optimization, others are not.&amp;nbsp; So part of the challenge is to try to "meet people where they are at" and talk about Solver Foundation in a way that makes sense for them, without trivializing it or making it sound like magic beans.&amp;nbsp; If you had the opportunity to come by our booth tomorrow, you'd get a few cool demos, and a variation on the following "pitch".&amp;nbsp; Depending on what you wanted to talk about we could talk more about how to model real problems, or maybe the API, or maybe some of the solvers that we're developing.&amp;nbsp; Or maybe the stock market, or how it sucked to lose the Sonics.&amp;nbsp; If people leave with a good idea of what we're about and can think of some&amp;nbsp;situations where Solver Foundation could help, I'm happy.&amp;nbsp; Anyway, here's goes:&lt;/P&gt;
&lt;P&gt;People and businesses need to be able to juggle different priorities and constraints to make good decisions.&amp;nbsp; Examples include production planning, scheduling projects, configuring IT systems, advertising online.&amp;nbsp; Microsoft Solver Foundation is a managed code platform for planning, scheduling, configuration, and optimization.&amp;nbsp;&amp;nbsp; Solver Foundation lets you easily describe your problem, get it solved, and connect it to your application.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;It has three main layers:&lt;BR&gt;&amp;nbsp;• &lt;STRONG&gt;Modeling and Programming&lt;/STRONG&gt;: the modeler lets you describe optimization problems declaratively: "what", not "how".&amp;nbsp; You can do it in code, or in our Excel&amp;nbsp;add-in.&lt;BR&gt;&amp;nbsp;• &lt;STRONG&gt;Solver Foundation Services&lt;/STRONG&gt;: a full-featured .Net library that can be accessed from Visual Studio, C#, VB, ASP.Net, Silverlight.&amp;nbsp; It transparently handles parallelism &amp;amp; multiple cores.&amp;nbsp; It provides a rich object model, events, and data binding.&lt;BR&gt;&amp;nbsp;• &lt;STRONG&gt;Solvers&lt;/STRONG&gt;: we provide a bunch of solvers that cover a wide range of optimization problems including: LP, QP, constraint, MIP, nonlinear unconstrained.&amp;nbsp; We feature an open, extensible architecture that lets plug-in third party solvers if you so choose.&lt;/P&gt;
&lt;P&gt;Solver Foundation is developed in conjunction with researchers in Redmond and Cambridge, and is a great example of Microsoft Research innovation.&amp;nbsp; We recently released our 1.1 version and you can check out &lt;A href="http://www.solverfoundation.com/" mce_href="http://www.solverfoundation.com"&gt;solverfoundation.com&lt;/A&gt; to download our free Express version!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9445671" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/natbr/archive/tags/Solver+Foundation/default.aspx">Solver Foundation</category><category domain="http://blogs.msdn.com/natbr/archive/tags/optimization/default.aspx">optimization</category><category domain="http://blogs.msdn.com/natbr/archive/tags/TechFest/default.aspx">TechFest</category></item><item><title>Solver Foundation at TechFest: Day 1</title><link>http://blogs.msdn.com/natbr/archive/2009/02/24/techfest-day-1.aspx</link><pubDate>Wed, 25 Feb 2009 06:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9443532</guid><dc:creator>Nathan Brixius</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/natbr/comments/9443532.aspx</comments><wfw:commentRss>http://blogs.msdn.com/natbr/commentrss.aspx?PostID=9443532</wfw:commentRss><wfw:comment>http://blogs.msdn.com/natbr/rsscomments.aspx?PostID=9443532</wfw:comment><description>&lt;P&gt;TechFest Day 1 was a blast.&amp;nbsp; Tuesday is the "public day" where the press, partners, and academics are invited to check out a limited set of TechFest demos, including &lt;A target=_blank href="http://www.solverfoundation.com/" mce_href="http://www.solverfoundation.com"&gt;Solver Foundation&lt;/A&gt;.&amp;nbsp; Me, &lt;A target=_blank href="http://blogs.msdn.com/lengningliu/" mce_href="http://blogs.msdn.com/lengningliu/"&gt;Lengning&lt;/A&gt; and two of our colleagues from Microsoft Research manned the booth.&amp;nbsp; A bit about our booth setup - we have one side of a booth, the other side is occupied by a research team from India working on &lt;A target=_blank href="http://research.microsoft.com/en-us/projects/merlin/" mce_href="http://research.microsoft.com/en-us/projects/merlin/"&gt;some very cool security stuff&lt;/A&gt;.&amp;nbsp; We have a desktop and two laptops, and we are rocking three monitors - five screens total.&amp;nbsp; That's a lot of demo real estate!&lt;/P&gt;
&lt;P&gt;&lt;A target=_blank href="http://www.microsoft.com/presspass/exec/rick/" mce_href="http://www.microsoft.com/presspass/exec/rick/"&gt;Rick Rashid&lt;/A&gt; and &lt;A target=_blank href="http://www.microsoft.com/presspass/exec/craig/default.aspx?tab=biography" mce_href="http://www.microsoft.com/presspass/exec/craig/default.aspx?tab=biography"&gt;Craig Mundie&lt;/A&gt; toured first but we did not have the chance to talk to them - maybe later in the week.&amp;nbsp; Everyone else started filing in around 10:00.&amp;nbsp; We had a great crowd and it was kind of a festive atmosphere.&amp;nbsp; I had a bit of time to walk around and see some of the other demos, and had a lot of fun hearing from the researchers and trying stuff out.&amp;nbsp; But the highlight for me was getting to talk about Solver Foundation with the press, with colleagues, with partners, and acedemics.&amp;nbsp; I had some great exchanges with folks who didn't know a lot about optimization but were totally "hooked" by the end of our chat.&amp;nbsp; We demoed a bunch of the samples that come with Solver Foundation, walked people through the architecture and brainstormed about possible applications.&lt;/P&gt;
&lt;P&gt;Tomorrow and Thursday, TechFest is open for Microsoft employees, and I anticipate lots of good conversations, and hopefully the chance to see some old friends.&amp;nbsp; Check out the &lt;A target=_blank href="http://www.microsoft.com/presspass/events/msrtechfest/" mce_href="http://www.microsoft.com/presspass/events/msrtechfest/"&gt;TechFest website&lt;/A&gt; for info about the demos, posters (&lt;A target=_blank href="http://www.microsoft.com/presspass/events/msrtechfest/Posters/id202_15x20.jpg" mce_href="http://www.microsoft.com/presspass/events/msrtechfest/Posters/id202_15x20.jpg"&gt;here is ours&lt;/A&gt;), and links.&amp;nbsp; In the meantime, I will be clicking around to see if I got quoted anywhere ;)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt; &lt;A href="http://www.flickr.com/photos/msr_redmond/3309843602/" mce_href="http://www.flickr.com/photos/msr_redmond/3309843602/"&gt;here's a screenshot&lt;/A&gt; from one of our demos.&amp;nbsp; In the foreground can see a WPF application for server load distribution; in the background you can see the Excel 2007 Solver Foundation add-in.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9443532" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/natbr/archive/tags/Solver+Foundation/default.aspx">Solver Foundation</category><category domain="http://blogs.msdn.com/natbr/archive/tags/optimization/default.aspx">optimization</category><category domain="http://blogs.msdn.com/natbr/archive/tags/TechFest/default.aspx">TechFest</category></item><item><title>Microsoft Solver Foundation at TechFest 2009</title><link>http://blogs.msdn.com/natbr/archive/2009/02/20/microsoft-solver-foundation-at-techfest-2009.aspx</link><pubDate>Sat, 21 Feb 2009 06:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9436936</guid><dc:creator>Nathan Brixius</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/natbr/comments/9436936.aspx</comments><wfw:commentRss>http://blogs.msdn.com/natbr/commentrss.aspx?PostID=9436936</wfw:commentRss><wfw:comment>http://blogs.msdn.com/natbr/rsscomments.aspx?PostID=9436936</wfw:comment><description>&lt;P&gt;&lt;A href="http://blogs.msdn.com/controlpanel/blogs/www.microsoft.com/techfest" target=_blank mce_href="http://blogs.msdn.com/controlpanel/blogs/www.microsoft.com/techfest"&gt;Microsoft TechFest 2009&lt;/A&gt; kicks off next week here in Redmond, and I am pleased to be representing &lt;A href="http://www.solverfoundation.com/" target=_blank mce_href="http://www.solverfoundation.com"&gt;Solver Foundation&lt;/A&gt; along with my teammate Lengning.&amp;nbsp; If you don't work for Microsoft, then you may not have had much exposure to TechFest. TechFest is important from Microsoft's perspective because it shows off the innovations that Microsoft Research continues to pump out.&amp;nbsp;&amp;nbsp; For me, "it's personal": I've been attending TechFest as a curious employee for years, but this is the first time that I get to be in the booth, talking about the stuff I work on.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;On Monday, Lengning and I will be setting up our booth and preparing for the week.&amp;nbsp; On Tuesday, researchers from academia and the press will be reviewing some of the demos, including Solver Foundation.&amp;nbsp; Wednesday and Thursday the full floor will be opened up to Microsoft employees.&amp;nbsp;&amp;nbsp; Friday I take a nap ;)&amp;nbsp; It's kind of a festive atmosphere, and a geek's dream.&amp;nbsp; Lots of cool hardware, deep algorithms, and interesting problems.&amp;nbsp; Tuesday is going to be interesting because it will be the first time that I will be talking with the press about Solver Foundation.&amp;nbsp; I will be faced with the challenge of trying to explain Solver Foundation in a nontechnical way without resorting to facile generalities or buzzwords.&amp;nbsp; It's a very good thing to be forced to do that once in awhile!&amp;nbsp; Maybe I'll post my best and worst soundbite of the week here, who knows...&lt;/P&gt;
&lt;P&gt;I'll be posting some of my impressions and experiences from TechFest over the next week.&amp;nbsp; I hope to see some coverage of Solver Foundation out there on the web too.&amp;nbsp; If you're a Microsoft employee then drop by our booth on Wednesday or Thursday of next weeks for some cool demos and conversation.&amp;nbsp; If you're not, I'll try to give you a flavor of TechFest via this blog.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9436936" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/natbr/archive/tags/Solver+Foundation/default.aspx">Solver Foundation</category><category domain="http://blogs.msdn.com/natbr/archive/tags/optimization/default.aspx">optimization</category><category domain="http://blogs.msdn.com/natbr/archive/tags/TechFest/default.aspx">TechFest</category></item></channel></rss>