Points Breakdown

1 view
Skip to first unread message

Alexis Moore

unread,
Apr 12, 2013, 12:13:18 PM4/12/13
to CS Solar Decathlon, Philippos Mordohai
He's the points breakdown as promised. Laura suggested putting in a spreadsheet so that's what it is. Also, I assume we're meeting at 3:30pm. Is the meeting in the Linux Lab?

Alexis Moore
Computer Science Major
Anime Club President
Honor Board Representative
Stevens Institute of Technology
Class of 2013
Points Breakdown.zip

Philippos Mordohai

unread,
Apr 13, 2013, 5:20:32 PM4/13/13
to CS Solar Decathlon

Thanks, Alexis.

Can we add the energy balance points so that every action that consumes
energy has an impact on the final energy balance? This is a little more
complicated than "my temperature is 80 degrees, I'll lose 0.6 points".
If our prediction says we can afford to turn the AC on, then the energy
consumed by it will not have any effect on our final score, and so it
should not be penalized instantaneously. That's why wee need the
distributions of all variables over all runs.

Then, we'll know that there is 10% chance our energy balance is negative
and we lose X points per Wh we use. There is 90% chance that we can
afford to turn the AC on and still be OK in terms of energy balance. In
this simple example, where I'm approximating what happens around a
predicted balance of 0, the expected value of the cost of an extra Wh is:

E{cost} = 0.1*X + 0.9*0 --- the expected value of a penalty is small,
but it affects our prediction and the expected cost the next time this
happens will be larger.

The key is to split the data into what has already occurred and what is
likely to happen based on all the simulations. Given what has happened
up to day 5, the predictions for the grand total will be narrower. The
current code can do this with minor modifications once we have the
statistics of all simulations.

I'll be out of town 4/18-22. Is anyone interested in meeting on Tuesday
or Wednesday around 5 to go over this stuff?

Philippos
--
Philippos Mordohai
Assistant Professor,
Computer Science Department,
Stevens Institute of Technology
Email: Philippos...@stevens.edu
URL: http://www.cs.stevens.edu/~mordohai
Tel: +1 201-216-5611
Fax: +1 201-216-8249

Philippos Mordohai

unread,
Apr 13, 2013, 5:27:50 PM4/13/13
to CS Solar Decathlon

I forgot that I can't make it on Wed....

Philippos

Alexis Moore

unread,
Apr 13, 2013, 10:01:17 PM4/13/13
to CS Solar Decathlon, Philippos Mordohai
I can't add the energy balance points because in the rules energy balance is calculated at the end of the period based on whether or not the amount produced is the same as or more than the amount consumed over the time period. We need to integrate it into our Java code with the PV Model if we want to do that because otherwise we can't measure production to make those decisions.

Alexis Moore
Computer Science Major
Anime Club President
Honor Board Representative
Stevens Institute of Technology
Class of 2013


--
You received this message because you are subscribed to the Google Groups "Computer Science SIT Solar Decathlon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cssolardecathlon+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Philippos Mordohai

unread,
Apr 13, 2013, 10:11:53 PM4/13/13
to Alexis Moore, CS Solar Decathlon

Yes, but you can make it an entry in that table so that we know it exists. It has to be integrated with the Java code, but not with the PV model. If the PV model changes - to use invisible panels, for example - the way negative energy balance is penalized stays the same.

Philippos
To unsubscribe from this group and stop receiving emails from it, send an email to cssolardecathl...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.


Reply all
Reply to author
Forward
0 new messages