Sounds like AI which is not my turf. I specialize in telecommunication/network engineering.
Exactly. But it doesn't have to be anything more than 1. noting relevant metrics/criterion that exist when you make your human call, into a data structure. 2. And also noting that call you made, into that same data structure.
That was training. The more examples you train, the better.
Now, when it's time for the algo to make a call, it should compare the current set of metrics/criterion to those stored in the data structure, and pick the call that's matched with the closest matching metrics.
You can even add weighting to each criteria. Then it becomes a simple, one node, neural network ... a perceptron. (And once you get the understanding, you could add more nodes ... just don't cause it to overfit
)Just some thoughts of mine. Maybe they're useful to you now, or later. Maybe not.
