Reply To: Sort GOs by BB variable(Linq ?)

Forums 💬 NodeCanvas ⚙️ Support Sort GOs by BB variable(Linq ?) Reply To: Sort GOs by BB variable(Linq ?)

#18659
emmcd333@gmail.com
Participant

    Yeah, it would good to have the option to add additional sort keys. Probably, we could just extend with a customization based upon what the syntax and handling looks like, but basically you’ve got it. I attached a little Excel thing with an explanation of why and where we are going with this. I really think it would be useful for any who are complex data sets in decision making.

    Thanks, guy.

    Primary Key Secondary Key Tertiary Key
    targetList
    Contents threatLevel speed position
    GO1 65 10 some Vector
    GO2 100 0 some other Vector
    GO3 90 5 etc.
    GO4 20 20 etc.

    So, what I would do with this after identifying the targetList contents
    would be able to discriminate that while GO2 is the most powerful
    perhaps GO4 is the real threat based on some data set. Where I want
    to go with this is exploring fuzzy logic at certain game events for higher level
    decision making in a command & control hierarchy. I want to have GO’s
    as autonomous decision makers as much as is feasible. The end object for prototype
    and first demo is the game playing against itself.