Search results

  1. ph1l

    House approves bill that would admit Washington, D.C., as 51st state

    That idea isn't new, but be careful what you wish for.
  2. ph1l

    Professional programmers

    At my last job, the company forced agile development on my project and many others. Part of the methodology was to classify all non-management people as developers to turn the employees into commodities that could do any job worldwide. That may sound like a great idea to an executive -- but it...
  3. ph1l

    Athletes who take a knee or raise a fist in protest at Tokyo Olympics will face punishment: IOC

    Even though ... in a simulation, I'd still pick Ali over Marciano for picking who was the better boxer. Ali had better competition and was robbed from competing at his prime.
  4. ph1l

    "The Stripper!"

    The competition is chomping at the bit.:) https://fox8.com/news/caitlyn-jenner-announces-run-for-governor-of-california/
  5. ph1l

    MAGAtards shoot 14 yo black girl 4x

    Maybe she needed time to study for a promising career using cutting-edge technology?:)
  6. ph1l

    Algorithmic trading in third-party trading platform API, MC+ASP, MC .Net+ASP, Ninjatrader 8?

    If you are serious about building a trading system, you might want to look at this.:)
  7. ph1l

    Recommendations on time-series price prediction models?

    Thanks for posting this. I agree that genetic programming that creates models like these (mine too) probably won't extrapolate well. It's just too easy for the model to overfit. The parabolic trend plus the sum of a few sinusoids method is harder to overfit with and has some theory behind it...
  8. ph1l

    BTC down 10% just now - Why?

    Yes, you just need the right platform.:)
  9. ph1l

    China pushes back against US sanctions with new rules

    Everyone should have one of these. :)
  10. ph1l

    Recommendations on time-series price prediction models?

    Yes, yes, and yes (does that make me a yes man?:)). R2 is initialized to t before the instructions run. Execution is top-to-bottom. I didn't put in any conditional control flow because then the genetic part might cause the fittest function to closely match the input data but be useless for...
  11. ph1l

    Recommendations on time-series price prediction models?

    All the registers get initialized with the single input value before any of the statements run. So for the 5 registers in this example, that's equivalent to R0 = R1 = R2 = R3 = R4 = t where t is 0 for the first value, 1 for the second, ...
  12. ph1l

    Recommendations on time-series price prediction models?

    I wrote the genetic programming part with C++ and opencl. The calculations for the function are done in opencl with single-precision floating point arithmetic. The controlling part is perl and shell (bash). The images are from gnuplot. The only input to the function is time in the form of...
  13. ph1l

    Recommendations on time-series price prediction models?

    For the same data I used in this post, I tried to fit a curve using genetic programming. The generated, fitted function for the close prices is y = 0: R4 = R2 * cos (-81.5485) 1: R0 = 50.7399 - R4 2: R4 = R4 * cos (0.199104) 3: R3 = sqrt (R4) 4: R4 = 41.8048...
  14. ph1l

    Hate Crimes Très bien! in France -- When You're High

    I wonder if this ruling applies to non-immigrant murderers too?:vomit: https://www.france24.com/en/france/20210414-top-french-court-upholds-decision-not-to-try-suspect-in-jewish-woman-s-murder
  15. ph1l

    Covidiots - Compilation

    The image was supposed to be this one with a little animation.
  16. ph1l

    Covidiots - Compilation

    You can drink while wearing a mask too.:)
  17. ph1l

    Secure two pieces of aluminum tubing together?

    or maybe https://diy.stackexchange.com/questions/143319/best-way-to-join-two-vertical-aluminium-poles or https://www.thomasnet.com/products/slipon-structural-pipe-fittings-29950102-1.html
  18. ph1l

    Another hate crime by the 13%ers

    Here is some trouble in paradise. A lawyer for ex-robber Lindani Myeni said Yeah, I can't imagine there were any other signs the men telling him to get on the ground while he was leaving the scene of his crime were police.:rolleyes: The robber's widow thinks it's racism because...
  19. ph1l

    U.S. Utility ETF?

    The answer was in front of you.:) https://etfdb.com/screener/#page=1&asset_class=equity&sectors=Utilities-Broad&tab=expenses&sort_by=expense_ratio&sort_direction=asc
Back
Top