Pagini recente » Diferente pentru preoni-2006/runda-3/solutii intre reviziile 19 si 18 | Diferente pentru preoni-2005/runda-3/solutii intre reviziile 11 si 10 | Diferente pentru planificare/sedinta-20081125 intre reviziile 29 si 4 | Diferente pentru preoni-2005/runda-1/solutii intre reviziile 30 si 29 | Diferente pentru blog/hill-climbing-shortlist intre reviziile 14 si 9
Nu exista diferente intre titluri.
Diferente intre continut:
Here are a few problems that involve hill climbing or some form of local search. Feel free to suggest others and to discuss solutions.
# You are given a list of A of n points with integer coordinates in the 2d plane. Find another point P(x, y) such that the *sum of square distances* from the points in A to P is minimum.
# You are given a list of A of n points with integer coordinates in the 3d plane. Find another point P(x, y) such that the *maximum of the Manhattan distances* from the points in A to P is minimum. (the manhattan distance between (x1, y1, z1) and (x2, y2, z2) is |x1 - x2| + |y1 - y2| + |z1 - z2|)
# You are given a list of A of n points with integer coordinates in the 2d plane. Find another point P(x, y) such that the *sum of euclidean distances* from the points in A to P is minimum.
Diferente intre securitate:
Topicul de forum nu a fost schimbat.