eiktyrner / bee

Bee Breeding with Attributes
2 stars 0 forks source link

Dropping valuable drones #6

Open eiktyrner opened 10 years ago

eiktyrner commented 10 years ago

Second to last iteration I get Cul:Dil and Mea:Nob. Scored highest since I was targeting Imperial. Problem is that I found a Dil:Nob in the "waste" chest. This bee had been analyzed but not listed in the log.

I'm guessing this bee was dropped as excess without going through the scoring somehow? Is that even possible?

Bee Log http://pastebin.com/1yxGX6JS

I will see if I can repeat this issue.

Zixxl commented 10 years ago

I would say it is working as intended. The Diligend bee is from the Industrious branch which is not targeted if you are going for the Imperial bee (Noble branch). So it is dropped as waste even it has the noble genome in it.

Codeline: if not bees[droneSpecies[1]].targeted or not bees[droneSpecies[2]].targeted then return 0

Maybe we could remove this line, since the updated scoring system calculates the average score for all combinations.

eiktyrner commented 10 years ago

I would think a bee on the correct branch would rank higher then a Meadows:Meadows in any case. Even if the second species is on the wrong branch. Now that I look at the log again, is it not weird that on the last iteration the bee number 10 is scored at 7 while the rest of Meadow:Meadow is scored at 14?

Anyway it seems like the new project from McLeopold will replace this. So I'm not sure if it's even worth spending time on this one anymore. Really no point in working on two scripts doing the same thing?

See this thread: http://www.computercraft.info/forums2/index.php?/topic/17658-bee-breeding-with-openperipherals/

Zixxl commented 10 years ago

Hmm yeah the bee number 10 is weird. Do you use the latest version from SomewhatDamaged? I had not time yet to test this version. Maybe there is a bug with the scoring.

But you are right, the new version from McLeopold seems to have a lot of improvements and i don't thing it is worth to spend more time on this fork.