Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/13/09 17:28:07 (15 years ago)
Author:
gkronber
Message:

Worked on #722 (IModel should provide a Predict() method to get predicted values for an input vector).
At the same time removed parameter PunishmentFactor from GP algorithms (this parameter is internal to TreeEvaluators now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling.Database/3.2/IModelingDatabase.cs

    r2278 r2285  
    2727namespace HeuristicLab.Modeling.Database {
    2828  public interface IModelingDatabase {
    29     void Persist(HeuristicLab.Modeling.IModel model, string algorithmName, string algorithmDescription);
     29    void Persist(HeuristicLab.Modeling.IAnalyzerModel model, string algorithmName, string algorithmDescription);
    3030    void Persist(HeuristicLab.Modeling.IAlgorithm algorithm);
    3131    IEnumerable<IModel> GetAllModels();
Note: See TracChangeset for help on using the changeset viewer.