Ignore:
Timestamp:
10/15/15 18:41:35 (7 months ago)
Author:
mmckerns
Message:

use LinearKernel? in test_svr1 example; enable use of numpy.poly1d as cost;
enable mystic.log_reader to read Monitor instance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mystic/examples/test_svc1.py

    r830 r835  
    3030y = concatenate([ones(c1.shape[0]), -ones(c2.shape[0])]).reshape(1,nx) 
    3131 
    32 # build the Kernel Matrix (with the linear kernel) 
     32# build the Kernel Matrix 
    3333# get the QP quadratic and linear terms 
    3434XX = concatenate([c1,-c2]) 
Note: See TracChangeset for help on using the changeset viewer.