Re: on the right track?
centres = [[ 0., 0.], [ 0.66666667, 0.66666667]]
Ein = 0
centres = [[ 0.66666667, 0.33333333], [ 0., 1.]]
Ein = 0
centres = [[ 1. , 0.5], [ 0. , 0.5]]
Ein = 0.5
(The weight are all zeros -- RBF can't break the symmetry and fails.)
|