Click here to Skip to main content
15,914,905 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionHow to read text present on a image Pin
harivinod25-Jan-08 2:40
harivinod25-Jan-08 2:40 
AnswerRe: How to read text present on a image Pin
CPallini25-Jan-08 2:55
mveCPallini25-Jan-08 2:55 
AnswerRe: How to read text present on a image - Cross post, ignore Pin
Justin Perez25-Jan-08 3:32
Justin Perez25-Jan-08 3:32 
GeneralRe: How to read text present on a image - Cross post, ignore Pin
Paul Conrad25-Jan-08 6:42
professionalPaul Conrad25-Jan-08 6:42 
GeneralMultiplayer game rating Pin
J4amieC23-Jan-08 0:45
J4amieC23-Jan-08 0:45 
GeneralRe: Multiplayer game rating Pin
CPallini23-Jan-08 2:17
mveCPallini23-Jan-08 2:17 
GeneralRe: Multiplayer game rating Pin
Alan Balkany23-Jan-08 4:01
Alan Balkany23-Jan-08 4:01 
GeneralRe: Multiplayer game rating Pin
Russell Jones23-Jan-08 5:58
Russell Jones23-Jan-08 5:58 
It's a tricky problem.

It's tempting to add the statistics together but then you'll find players exploiting the system by finding a technique for gaining huge levels in 1 stat.

The next thought is to multiply the scores together as that would require a broader based approach where players do a bit of everything. This unfortunately stops specialist players from gaining many points.

Often in multiplayer games you find that the guy who is running round helping his team mates or coordinating the efforts of his team is providing the most valuable service of anyone but will never get points for his actions. It's a very hard thing to determine a score and normally the people who care most about their individual score are the people you least want playing.

Even giving people points based on their team's performance is a risky ploy as you'll have people switching sides to improve their rankings.

Is there a way you could give people a score based on their teams improvement since they joined? That would then rank them according to the value they add through their presence.

Russell
GeneralRe: Multiplayer game rating Pin
J4amieC23-Jan-08 6:20
J4amieC23-Jan-08 6:20 
GeneralRe: Multiplayer game rating Pin
Russell Jones24-Jan-08 0:23
Russell Jones24-Jan-08 0:23 
GeneralRe: Multiplayer game rating Pin
LongRange.Shooter1-Feb-08 10:33
LongRange.Shooter1-Feb-08 10:33 
GeneralFinding Closest Points in 2 dimensions Pin
MikeMarq12-Jan-08 18:24
MikeMarq12-Jan-08 18:24 
GeneralRe: Finding Closest Points in 2 dimensions Pin
cp987612-Jan-08 23:04
cp987612-Jan-08 23:04 
GeneralRe: Finding Closest Points in 2 dimensions Pin
Member 419459314-Mar-08 6:36
Member 419459314-Mar-08 6:36 
GeneralRe: Finding Closest Points in 2 dimensions Pin
cp98768-May-08 16:14
cp98768-May-08 16:14 
GeneralRe: Finding Closest Points in 2 dimensions Pin
CPallini14-Jan-08 2:24
mveCPallini14-Jan-08 2:24 
GeneralRe: Finding Closest Points in 2 dimensions Pin
Alan Balkany14-Jan-08 3:47
Alan Balkany14-Jan-08 3:47 
GeneralRe: Finding Closest Points in 2 dimensions [modified] Pin
Stephen Hewitt14-Jan-08 11:18
Stephen Hewitt14-Jan-08 11:18 
GeneralRe: Finding Closest Points in 2 dimensions Pin
Alan Balkany16-Jan-08 3:41
Alan Balkany16-Jan-08 3:41 
GeneralRe: Finding Closest Points in 2 dimensions Pin
CPallini17-Jan-08 2:10
mveCPallini17-Jan-08 2:10 
GeneralRe: Finding Closest Points in 2 dimensions Pin
MikeMarq17-Jan-08 12:13
MikeMarq17-Jan-08 12:13 
GeneralRe: Finding Closest Points in 2 dimensions Pin
cp987617-Jan-08 15:18
cp987617-Jan-08 15:18 
GeneralRe: Finding Closest Points in 2 dimensions Pin
brien_rtb17-Jan-08 18:00
brien_rtb17-Jan-08 18:00 
GeneralRe: Finding Closest Points in 2 dimensions [modified] Pin
Skippums21-Jan-08 8:58
Skippums21-Jan-08 8:58 
GeneralMulti-dimensional surface representation and interpolation in C++ Pin
sjcomp12-Jan-08 11:47
sjcomp12-Jan-08 11:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.