explain A*'s Prolog implementation to me
thx
thx
It is Friday night and fish at the poker table surround Derrick. He looks down at his hole cards and sees king ten suited. LeBron, a loose, aggressive player, bets five times the big blind. Derrick knows that LeBron likes to play with weak hands, so he re-raises him and LeBron folds. This is just another easy hand for Derrick, who knows how to exploit his opponents
racistHaiBai wrote:
stupid bf2s posts not accepting special word characters. anyway whatever. and no that was the short shitty attention getter that my teacher told me i should use and i used the names derrick and lebron
that reads like something from a twilight novelHaiBai wrote:
halp. essay worth 200 points due tomorrow. i know this paper is shit, because i don't believe in my thesis anymore and i find trying to prove something i don't believe in difficult. so yes, i know it's shit, i know the flow is bad, and i know the reasoning and the ideas to back up my thesis don't make sense and etc. however, i would still appreciate a nice critique or suggestions of anything else.It is Friday night and fish at the poker table surround Derrick. He looks down at his hole cards and sees king ten suited. LeBron, a loose, aggressive player, bets five times the big blind. Derrick knows that LeBron likes to play with weak hands, so he re-raises him and LeBron folds. This is just another easy hand for Derrick, who knows how to exploit his opponents
Last edited by Dilbert_X (2010-12-10 17:04:37)
minty right, convert each value to a score ...HaiBai wrote:
yeah but there's no easy way of finding a weight for each variable. anyway, im just going to sort all 5 variables, find the position for each variable for each item, and add them together for each item. this'll give me a decent ranking
turn each of them into a percent value i.e. 100.HaiBai wrote:
yeah but there's no easy way of finding a weight for each variable. anyway, im just going to sort all 5 variables, find the position for each variable for each item, and add them together for each item. this'll give me a decent ranking
Not really. If the one item has that much more volume than everything else, and that is desirable, it should be weighted accordingly. If you did a logarithmic scale it would diminish the value of the item.HaiBai wrote:
read the post above yours
i would have to use logarithmic scaling or something
i know what you mean, but it just doesn't work. this isn't stocks, this is buying low and selling high. the gigantic volume traded per day will overshadow everything else. then again, who knows. maybe the high volume would just mean that the turnover really is that good, and good enough that the other 4 factors don't matter. i'll check it out thoughJohnG@lt wrote:
Not really. If the one item has that much more volume than everything else, and that is desirable, it should be weighted accordingly. If you did a logarithmic scale it would diminish the value of the item.HaiBai wrote:
read the post above yours
i would have to use logarithmic scaling or something
yeah, im gonna try this out. the current method im trying now (posted above) just sucks and doesn't work at all.JohnG@lt wrote:
turn each of them into a percent value i.e. 100.HaiBai wrote:
yeah but there's no easy way of finding a weight for each variable. anyway, im just going to sort all 5 variables, find the position for each variable for each item, and add them together for each item. this'll give me a decent ranking
If the highest volume is 1000, it receives a 100 value, an item that trades 500 times per day would get a value of 50 etc. Then you just add up the five values to get your rankings. Simple.
yeah, i was thinking about this too. i need to experiment with the data a little moremcminty wrote:
volume traded by itself is eh.. it should be relative to the total number of shares of that asset.