Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-11-2011, 02:03 AM   PM User | #1
ssjdx1
New to the CF scene

 
Join Date: Dec 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ssjdx1 is an unknown quantity at this point
Stochastic Hill Climbing

Could someone please explain to me how stochastic hill climbing works, im trying to understand the thoery behind it I understand how simple hill climbing and a random restart work because I have implemented both into code. However from my understand SHC(Stochastic Hill Climbing) takes a worser small change and accepts it.

I am trying to implent the SHC using the following forumla

p = 1/1+e(new fittness - old fittness /t)

Where t is a scaling parameter I can implent this forumla in java with ease and apperently a if the new fittness < p it should be accepted, where t > 0.

Any help what so ever would be greatly appreachated,

Thanks
ssjdx1 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:57 PM.


Advertisement
Log in to turn off these ads.