Quote from: roudoudou on Today at 18:13absurd branch : when you already have a register for the data, use the register, do not explore other casesRight, this isn't brute-force at this point, this is a heuristic Limited depth, breadth-first and pruning the least successful branches might be a good way of limiting the search space. I wonder how much more efficient it would be vs what I'm doing at the moment though...
there is many cases when you do not have the register ready to use but you can be smart
and use some auto-purge if needed, you will gain speed+memory
Quote from: roudoudou on Today at 18:09Quote from: Cwiiis on Today at 18:01Quote from: roudoudou on Today at 17:56Quote from: Cwiiis on Today at 15:33Think I got my powers mixed up, you can't brute-force this Well, maybe you could with a GPU, but that's getting extreme - I'm going to try to devise a few strategies and perhaps I can pick the best one depending on the input."you can't brut force this"
why?
Because of combinatorial explosion? I may have gotten my numbers wrong and/or my code wrong of course, but it seemed that way.
if you avoid creating absurd branches, the combinatory is small (and we have a tremendous amount of memory for that small sprites)
Quote from: Cwiiis on Today at 18:01Quote from: roudoudou on Today at 17:56Quote from: Cwiiis on Today at 15:33Think I got my powers mixed up, you can't brute-force this Well, maybe you could with a GPU, but that's getting extreme - I'm going to try to devise a few strategies and perhaps I can pick the best one depending on the input."you can't brut force this"
why?
Because of combinatorial explosion? I may have gotten my numbers wrong and/or my code wrong of course, but it seemed that way.
Quote from: roudoudou on Today at 17:56Quote from: Cwiiis on Today at 15:33Think I got my powers mixed up, you can't brute-force this Well, maybe you could with a GPU, but that's getting extreme - I'm going to try to devise a few strategies and perhaps I can pick the best one depending on the input."you can't brut force this"
why?
Quote from: Cwiiis on Today at 15:33Think I got my powers mixed up, you can't brute-force this Well, maybe you could with a GPU, but that's getting extreme - I'm going to try to devise a few strategies and perhaps I can pick the best one depending on the input."you can't brut force this"
Quote from: GUNHED on Today at 14:46Sure, Z80B works without a problem. One of my CPCs runs well at 6 MHz.and it also runs properly at 4MHz and plays Arkos Tracker music (at 4MHz)? I guess it does and would be surprised if not but just to make sure...
Page created in 0.040 seconds with 17 queries.