Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Optimization suggestion
#2
Can you provide more context please? I'm guessing the alpha, beta assignment is a placeholder for something that may take a long time to produce?

Is there any kind of sequential relationship in computing alphas where knowing information about a previous alpha makes it more efficient to compute the next alpha (like the Fibonacci example that is so popular).

Is there anything you could use as a key to reference previous results? Then you could use a dictionary to test if you had already computed an applicable alpha value.

If my questions sound silly it is because I'm unsure what it is you are asking.
Reply


Messages In This Thread
Optimization suggestion - by Julia - Mar-28-2020, 02:16 PM
RE: Optimization suggestion - by deanhystad - Mar-28-2020, 08:51 PM
RE: Optimization suggestion - by Julia - Mar-29-2020, 12:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Suggestion on how to speed up this code? sawtooth500 1 264 May-04-2024, 07:13 PM
Last Post: sawtooth500
  Can you give me some suggestion about PCEP Newbie1114 0 1,051 Oct-14-2021, 03:02 PM
Last Post: Newbie1114
  instagram followers name without suggestion for you jacklee26 1 3,220 Oct-02-2021, 04:57 AM
Last Post: ndc85430
  Need suggestion how to handle this error farrukh 1 2,325 Dec-21-2019, 03:21 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

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