|
-
Oct 31st, 2009, 10:14 AM
#1
Curve Needed
If anybody has been tracking the threads I have started in the Math forum, they have probably noticed that they all have to do with a robot project. This is another one in the same family.
The brain of the robot is going to be a complex pseudo-neural net of my own design, which will be trained via a genetic algorithm using dreaming. However, this is being created in a modular fashion, as there is just too much to bite off in one chunk. The item I am currently looking at is how to set the anxiety and confidence levels regarding power. Basically, once the bot is off the charger, it will have certain anxiety about power, and a counterbalancing feeling of well being (confidence) about power. The anxiety will rise over time, the confidence will drop over time. Similar to hunger for us.
Much of the confidence and anxiety is genetically driven, but not entirely. Confidence is sort of the inverse of anxiety, though they will be determined independently. However, since they can be thought of as inverses, I will just ask this question regarding anxiety:
There are three factors that combine to set the anxiety level for the robot. The first factor is the total time since last charging. This one I have worked out. The second factor is the total time spent driving. The third factor is current power level (basically a battery meter reading), which may not even be available. It is that second factor that I am looking for a suggestion on.
Driving will gobble up power faster than anything else. In fact, the robot might be able to run for days if the tracks never turn, but turning the tracks will reduce duration to hours, at most, and probably only a couple hours. Therefore, I was thinking that driving time might cause a parabolic rise in anxiety, but my examination of various parabolic equations hasn't produced a curve that I like. In contrast, total time will have no impact on anxiety until a certain threshold has been reached, after which anxiety will increase in a linnear relationship with the equation mT, where m <= 1, and T is total time in minutes. Both m and the aforementioned threshold are genes in the genome, so the point at which total time begins to impact the anxiety of the robot, as well as the rate of impact, are both independently heritable traits.
I am looking for some equation that will do something like that for drive time, but I'm thinking that the anxiety should increase more than linnearly. One equation I looked at was (xT^2 - yT). For various x and y, this curve never really looked right. It rose VERY fast unless x was less than 1, in which case it was negative for some time (which I could get around by using a threshold for T). I think I'm looking for an equation that remains relatively flat for some time, then begins climbing in a curvilinnear fashion. The equation can dip into the negative early on, since I can use a threshold, if need be, but it would be better if it had a small positive rise for some time, before climbing.
Any suggestions for equations that might suit?
My usual boring signature: Nothing
 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|