kingj3144 / WebSys-Assignment-2

Assignment 2 for websys
0 stars 0 forks source link

Scoring not working properly #1

Closed kingj3144 closed 10 years ago

kingj3144 commented 10 years ago

I have implemented the scoring algorithm from the assignment, but it seems unreliable. The scoring algorithm needs to be looked at and tested (and fixed if needed).

ghost commented 10 years ago

First thing I see is that we're using decimal values in the sliders, not hexadecimal, should we also be displaying the RGB Decimal values of the generated color?

ghost commented 10 years ago

Changed the text values so they are in HEX, merged with master

ghost commented 10 years ago

I'll be working on trying to do the scoring, created a new branch

ghost commented 10 years ago

occasionally the values compute to NaN. Not sure if there's anything that can be done with it if we're using the teacher's scoring system, apparently it divides by zero sometimes.