Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/29/15 10:08:31 (8 years ago)
Author:
jkarder
Message:

#2205: worked on optimization networks

  • added first version of network visualization
  • updated frame files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Networks/3.3/Programmable/ProgrammableNetworkItem.cs

    r12944 r13077  
    2020#endregion
    2121
    22 using HeuristicLab.Common;
    23 using HeuristicLab.Core;
    24 using HeuristicLab.Core.Networks;
    25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    26 using HeuristicLab.Scripting;
    27 using Microsoft.CSharp;
    2822using System;
    2923using System.CodeDom.Compiler;
     
    3428using System.Reflection;
    3529using System.Text;
     30using HeuristicLab.Common;
     31using HeuristicLab.Core;
     32using HeuristicLab.Core.Networks;
     33using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     34using HeuristicLab.Scripting;
     35using Microsoft.CSharp;
    3636
    3737namespace HeuristicLab.Networks.Programmable {
Note: See TracChangeset for help on using the changeset viewer.