Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Branch and Bound
#3
(Jul-26-2018, 04:43 PM)ichabod801 Wrote: This isn't really a branch and bound problem. Branch and bound is looking at optimizing combinations with respect to some evaluation function. It's meant to avoid an exhaustive search. You want an exhaustive search, just with some limits.

For your example, you would just do a tree search of all the permutations, and just not follow branches that ended in 'AB'.

Explains why I can't find what I am looking for :) Should I look into Tree Search instead? How do I "not follow a branch"? What kind of commands should I look up? Thanks so much.
Reply


Messages In This Thread
Branch and Bound - by jarrod0987 - Jul-26-2018, 03:15 PM
RE: Branch and Bound - by ichabod801 - Jul-26-2018, 04:43 PM
RE: Branch and Bound - by jarrod0987 - Jul-26-2018, 04:57 PM
RE: Branch and Bound - by ichabod801 - Jul-26-2018, 05:18 PM
RE: Branch and Bound - by jarrod0987 - Jul-26-2018, 05:38 PM
RE: Branch and Bound - by ichabod801 - Jul-26-2018, 06:00 PM
RE: Branch and Bound - by jarrod0987 - Jul-26-2018, 06:38 PM
RE: Branch and Bound - by ichabod801 - Jul-26-2018, 06:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Confusion over an Except branch Mark17 1 465 Oct-13-2023, 07:45 PM
Last Post: deanhystad
  Program running on RPi 3b+ Very Strange Behavior - Out of Bound Index MadMacks 26 3,521 Mar-07-2023, 09:50 PM
Last Post: MadMacks
  Upper-Bound Exclusive Meaning Johnny1998 1 3,417 Aug-02-2019, 08:32 PM
Last Post: ichabod801
  Bound method Uchikago 1 2,190 Jul-26-2019, 04:43 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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