A little preview of what I've been working on

Aura

Active Member
FC/Active Member
Solved 878435 states in 29.0660217 seconds.
Progress 0/54, Quality=0/751, CP=213/213, Dura=60/60. Best Action = CraftingSimulator.SteadyHand
Enter result as two letters: sn
Progress 0/54, Quality=0/751, CP=191/213, Dura=60/60. Best Action = CraftingSimulator.BasicSynthesis
Enter result as two letters: sn
Progress 25/54, Quality=0/751, CP=191/213, Dura=50/60. Best Action = CraftingSimulator.BasicTouch
Enter result as two letters: sg
Progress 25/54, Quality=67/751, CP=173/213, Dura=40/60. Best Action = CraftingSimulator.BasicTouch
Enter result as two letters: sn
Progress 25/54, Quality=167/751, CP=155/213, Dura=30/60. Best Action = CraftingSimulator.BasicSynthesis
Enter result as two letters: sn
Progress 50/54, Quality=167/751, CP=155/213, Dura=20/60. Best Action = CraftingSimulator.BasicTouch
Enter result as two letters: sn
Progress 50/54, Quality=234/751, CP=137/213, Dura=10/60. Best Action = CraftingSimulator.BasicSynthesis
Enter result as two letters:

Basically it computes the entire decision tree of possibilities, using your actual crafting stats such as Craftsmanship, Control, etc and then automatically tells you what options to pick for theoretically optimal results. At each step you tell it what the result was (sg, for example, means Successful action, new condition = Good), and based on that it picks the next optimal action from that branch in the tree. Each line where it's displaying my Progress, Quality, etc is automatically computed, like based on your character's stats it automatically knows that a Basic Touch here is 67 Quality, for example

Currently it's a little buggy (you can see it telling me to do BasicSynthesis instead of Master's Mend even though that will finish the synth and leaving me with a lot of leftover CP), and it's really slow (the decision tree is freaking huge and grows exponentially with more abilities / more CP) but if I ever work out all the kinks, I hope to make this public someday.
 
Nice Aura. Keep at it.
 
Quick update in case anyone was interested in this. Here's my latest screenshot :)

Capture.JPG

If anyone has experience with WPF, I'm pretty much shooting blindly here in that department, so I could use some help lol. Project is hosted on Github right now.
 
Last edited:
oooohh this looks nice.. just in time for me to start lvlin' carp too =P
 
Back
Top