Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.Web/packages.config @ 9395

Last change on this file since 9395 was 9305, checked in by fschoepp, 11 years ago

#1888:

  • Added an Update / GetExperiment... methods to the controller for updating and querying experiments.
  • The AlgorithmConverter class now properly converts from/to JSON format.
  • Integrated backbone js as MVC provider for JavaScript + jquery.
  • Added experiment.model.js + experiment.view.js + experiment.controller.js containing the MVC impl. for the Experiment pages.
  • Added new methods to the ExperimentController usable by the backbone js model implementation.
  • Added the experiment dialog from HL 3.3.7 (variate experiment parameters). It's capable of variating the algorithm parameters.
File size: 679 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<packages>
3  <package id="jQuery" version="1.5.1" />
4  <package id="jQuery.vsdoc" version="1.5.1" />
5  <package id="jQuery.Validation" version="1.8.0" />
6  <package id="jQuery.UI.Combined" version="1.8.11" />
7  <package id="EntityFramework" version="4.1.10331.0" />
8  <package id="Modernizr" version="1.7" />
9  <package id="Microsoft.WindowsAzure.ConfigurationManager" version="1.7.0.0" />
10  <package id="WindowsAzure.Storage" version="1.7.0.0" />
11  <package id="System.Web.Providers.Core" version="1.0" />
12  <package id="System.Web.Providers" version="1.1" />
13  <package id="Newtonsoft.Json" version="4.5.11" />
14</packages>
Note: See TracBrowser for help on using the repository browser.