army1987 comments on Relative Configuration Space - Less Wrong

11 Post author: Eliezer_Yudkowsky 26 May 2008 09:25AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (21)

Sort By: Old

You are viewing a single comment's thread.

Comment author: [deleted] 24 September 2013 07:52:12PM 0 points [-]

My soul as a computer programmer cries out against the idea of representing N particles with N^2 distances between them; it seems wasteful.

When you take into account that d(A, A) = 0 and d(A, B) = d(B, A), you only need N(N - 1)/2 distances.

You'd never even fewer in a flat 3D space, but if the particles can be in an arbitrarily curved space I think you need all of those.

Comment author: VAuroch 19 November 2013 01:08:55AM 1 point [-]

N(N-1)/2 is O(N^2), which is not substantially better. Particularly to the soul of a computer scientist, which largely ignores constant factors anyway.