Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Redundant Iterations
#4
I don't see an obvious solution, and your code is totally opaque (no documentation, non-descriptive variable names). The only thing I note at this point is that line 40 should maybe be return Optm(S + 2, H, GH, q) instead of Optm(5 + 2, H, GH, q) (that is, ess not five).
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
Redundant Iterations - by leoahum - Mar-13-2019, 06:29 PM
RE: Redundant Iterations - by ichabod801 - Mar-13-2019, 07:11 PM
RE: Redundant Iterations - by leoahum - Mar-13-2019, 07:15 PM
RE: Redundant Iterations - by ichabod801 - Mar-13-2019, 07:26 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020