コード例 #1
0
ファイル: GAFrameEuclidean.cs プロジェクト: phreed/GMac
 protected override void ComputeIpm()
 {
     InnerProductMatrix = new MatrixIdentity(VSpaceDimension);
 }
コード例 #2
0
 protected override void ComputeAssociatedMatrix()
 {
     InnerAssociatedMatrix = new MatrixIdentity(_gaSpaceDim);
 }