Skip to content

Commit

Permalink
new sym NN based on Kolmogorov-Arnold
Browse files Browse the repository at this point in the history
  • Loading branch information
Cybernetic1 committed May 17, 2020
1 parent 481e2d6 commit c2653d4
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 0 deletions.
1 change: 1 addition & 0 deletions set-distance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ double set_distance(double x[], double y[])

// This is an alternative formula for the set distance, similar to the above,
// but with a quadratic form that seems to be nicer
// Update: This formula is bad because the distance between (½, ½) and (1, 0) would be 0.
double set_distance1(double x[], double y[])
{
double sum, sum1, sum2 = 0.0;
Expand Down
Loading

0 comments on commit c2653d4

Please sign in to comment.