Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1024189 // strategyIterator

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2288L/15K).

static <A> ItIt<A> strategyIterator(Best<A> best, Steppable strategy, O... _) {
  optPar Double optimumValue;
  ret iff(func {
    if (optimumValue != null && eq(best.score(), optimumValue)) ret endMarker();
    A lastBest = best!;
    if (strategy.step()) ret endMarker();
    ret best! == lastBest ? null : best!;
  });
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024189
Snippet name: strategyIterator
Eternal ID of this version: #1024189/1
Text MD5: 1070d5f5ed6ad6c7afdca76938e8a140
Transpilation MD5: 73a29ef4ba8c1450330a037f9f9f3aa5
Author: stefan
Category: javax / stefan's os / a.i
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-24 19:38:09
Source code size: 331 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 115 / 179
Referenced in: [show references]